Skip to content

Releases: immutability-io/jwt-auth

Case insensitivity for delegated auth

19 Feb 15:14
Compare
Choose a tag to compare

Ethereum addresses are case insensitive; but, the code was not. This has been fixed.

Bug Fix: Move JWT from metadata to data

06 Nov 21:58
Compare
Choose a tag to compare

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

10 Jun 14:57
Compare
Choose a tag to compare

Bug fix for UserMap

30 May 19:44
Compare
Choose a tag to compare
v0.0.4

Bug fix. UserMap not RoleMap

Use Lowercase for Claims names

29 May 17:31
Compare
Choose a tag to compare
v0.0.3

Lowercase claims

JWT Auth with ADFS

17 May 13:34
Compare
Choose a tag to compare

Authenticate to ADFS with user/pass to retrieve an access token (JWT) and a refresh token.

Initial release of the jwt-auth plugin

05 May 21:07
Compare
Choose a tag to compare
v0.0.1

Initial development - based on GitHub auth plugin and dgrijalva/jwt-go