Skip to content

Releases: ralvarezdev/go-jwt

added log statement on get token failed

19 Nov 12:24
f31c6af

Choose a tag to compare

v0.8.6

minor: added log statement on get token failed

handle redis nil error on IsTokenValid implementation for the Redis Token Validator

15 Nov 04:40
1f68d4e

Choose a tag to compare

v0.8.5

fix: handle redis nil error on IsTokenValid implementation for the Re…

added nil checker on Redis TokenValidator IsTokenValid method

13 Nov 22:13
0a708df

Choose a tag to compare

v0.8.4

fix: added nil checker on Redis TokenValidator IsTokenValid method

added JWT private key and public key path flags

13 Nov 14:18
437d192

Choose a tag to compare

v0.8.3

feat: added JWT private key and public key path flags

solved some errors on JWT Redis claims validator implementation

12 Nov 21:38
99509c3

Choose a tag to compare

v0.8.2

fix: solved some errors on JWT Redis claims validator implementation

upgraded dependencies

11 Nov 21:21
8bad13a

Choose a tag to compare

v0.8.1

chore: upgraded dependencies

substituted redis package by its official library

11 Nov 04:20
341ace8

Choose a tag to compare

v0.8.0

refactor: substituted redis package by its official library

removed unnecessary gRPC errors

03 Nov 15:40
4e1bb3d

Choose a tag to compare

v0.7.7

refactor: removed unnecessary gRPC errors

added internal type context keys

03 Nov 14:50
185550c

Choose a tag to compare

v0.7.6

refactor: added internal type context keys

modified context keys for gin, grpc and net/http to avoid collisions between the token and the token claims

03 Nov 14:43
8a49a24

Choose a tag to compare

v0.7.5

refactor: modified context keys for gin, grpc and net/http to avoid c…