ajmyyra / ambassador-auth-oidc

OpenID Connect AuthService for Ambassador API Gateway
MIT License
88 stars 35 forks source link

Version 1.2 with X-Auth-Token header for cookieless usage, solving #6. #7

Closed ajmyyra closed 5 years ago

ajmyyra commented 5 years ago

Version 1.2 adds the possibility to access protected resources by using the X-Auth-Token header in requests, without the cookie.

As last step in authentication is the redirect, it isn't possible to return JWT in response header including the cookie, but it can be fetched from document.cookie under the name "auth".