Releases: immutability-io/jwt-auth
Releases · immutability-io/jwt-auth
Case insensitivity for delegated auth
Bug Fix: Move JWT from metadata to data
Previously, after a successful password grant, the login
operation returned the JWT in the metadata
response element. This meant that when the audit backend logged the login
operation the JWT was logged in raw form. By placing the JWT in the data
response element, this is addressed: the JWT is HMAC'ed in the logs as it should be.
Delegated authentication implemented
v0.0.5 Picture
Bug fix for UserMap
v0.0.4 Bug fix. UserMap not RoleMap
Use Lowercase for Claims names
v0.0.3 Lowercase claims
JWT Auth with ADFS
Authenticate to ADFS with user/pass to retrieve an access token (JWT) and a refresh token.
Initial release of the jwt-auth plugin
v0.0.1 Initial development - based on GitHub auth plugin and dgrijalva/jwt-go