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

https://github.com/andricdu/ega-auth-proxy

This service proxies requests, validating Ego JWTs in the process.
https://github.com/andricdu/ega-auth-proxy

Last synced: about 2 months ago
JSON representation

This service proxies requests, validating Ego JWTs in the process.

Awesome Lists containing this project

README

          

# EGO Auth Proxy

This service proxies requests, validating Ego JWTs in the process.

## Build
```bash
npm install
```

## Run
```bash
npm start
```