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.
- Host: GitHub
- URL: https://github.com/andricdu/ega-auth-proxy
- Owner: andricDu
- License: agpl-3.0
- Created: 2018-03-06T20:18:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T20:27:42.000Z (over 7 years ago)
- Last Synced: 2025-05-07T17:27:47.483Z (5 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```