jwt-auth-proxy
jwt-auth-proxy copied to clipboard
A lightweight JWT authentication proxy written in Go designed for use in Docker/Kubernetes environments.
# To reproduce 1. set `PROXY_BLACKLIST` to `/blacklist` 2. send a `GET` request to `/blacklist` without any authorization header 3. now send another `GET` request with query params `/blacklist?foo=bar` without...
`/auth/refresh` endpoint doc is at https://jwt-auth-proxy.readthedocs.io/en/latest/user-facing/#refresh-access-token Refresh endpoint is for obtaining a valid accessToken with an expired accessToken and a valid refreshToken. # To reproduce 1. obtain an accessToken and...
Removes [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). It's no longer used after updating ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Removes `react-router` Updates `react-router-dom` from 5.1.2 to 7.5.2 Release notes Sourced from...