jwt-auth-proxy icon indicating copy to clipboard operation
jwt-auth-proxy copied to clipboard

A lightweight JWT authentication proxy written in Go designed for use in Docker/Kubernetes environments.

Results 2 jwt-auth-proxy issues
Sort by recently updated
recently updated
newest added

# 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...