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

https://github.com/aserto-dev/authzen-gateway-proxy


https://github.com/aserto-dev/authzen-gateway-proxy

Last synced: 12 months ago
JSON representation

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)