https://github.com/aserto-dev/authzen-gateway-proxy
https://github.com/aserto-dev/authzen-gateway-proxy
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aserto-dev/authzen-gateway-proxy
- Owner: aserto-dev
- Created: 2025-02-04T01:48:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T05:29:39.000Z (over 1 year ago)
- Last Synced: 2025-03-12T05:03:08.345Z (over 1 year ago)
- Language: TypeScript
- Size: 234 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authzen-gateway-proxy
Implementation of the AuthZEN evaluations API for the API Gateway scenario.
## Install dependencies
yarn install
## Run in dev mode
yarn dev
## Build
yarn build
## Run
`PORT=3000 yarn spa` - run the single-page react app
`yarn prod` - run the backend (by default port 8080)