1.0.8 • Published 10 months ago

@aserto/authzen-interop-react v1.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

AuthZEN Interop React Component

A module providing a self-contained React component that describes the AuthZEN interop scenario and allows some interactive exploration.

It's factored into a module so that the target authorizer can be customized.

Installing

yarn add @aserto/authzen-interop-react

Importing

import Component from '@aserto/authzen-interop-react'

export function App() {
  return (
    <Component name='Aserto' logo='logo.png' url='url' />
  )
}