An open API service indexing awesome lists of open source software.

https://github.com/aserto-dev/authzen-interop-react

AuthZEN interop single-page application
https://github.com/aserto-dev/authzen-interop-react

Last synced: 5 months ago
JSON representation

AuthZEN interop single-page application

Awesome Lists containing this project

README

          

# 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

```bash
yarn add @aserto/authzen-interop-react
```

## Importing

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

export function App() {
return (

)
}
```