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
- Host: GitHub
- URL: https://github.com/aserto-dev/authzen-interop-react
- Owner: aserto-dev
- License: other
- Created: 2024-05-07T20:13:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T06:31:01.000Z (almost 2 years ago)
- Last Synced: 2025-08-23T17:33:14.492Z (10 months ago)
- Language: TypeScript
- Size: 531 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
)
}
```