Simple reverse proxy which stores jwt token in encrypted cookie and adds `Authorization: Bearer <jwt_token>` header to requests to the upstream server.
- Cloud (Docker / Kubernetes) friendly
- Helm chart included (TODO)
- Reusable component for the micro-services architecture
- More safe way to store jwt token In encrypted cookie instead of browser local storage
- Possibility to discard session
This POC is inspired by https://github.com/ory/oathkeeper
- Web app must be on the same root domain as authproxy
TODO