carlpett / nginx-subrequest-auth-jwt

Auth requests through NGINX with JWT tokens
MIT License
43 stars 17 forks source link

Claims as query param #3

Closed carlpett closed 5 years ago

carlpett commented 5 years ago

Makes it possible to pass the accepted claims at query-time instead of statically. This allows easier reuse of the service between multiple server blocks, rather than deploying multiple copies of this service with different config.