Releases: ralvarezdev/go-jwt
Releases · ralvarezdev/go-jwt
added log statement on get token failed
v0.8.6 minor: added log statement on get token failed
handle redis nil error on IsTokenValid implementation for the Redis Token Validator
v0.8.5 fix: handle redis nil error on IsTokenValid implementation for the Re…
added nil checker on Redis TokenValidator IsTokenValid method
v0.8.4 fix: added nil checker on Redis TokenValidator IsTokenValid method
added JWT private key and public key path flags
v0.8.3 feat: added JWT private key and public key path flags
solved some errors on JWT Redis claims validator implementation
v0.8.2 fix: solved some errors on JWT Redis claims validator implementation
upgraded dependencies
v0.8.1 chore: upgraded dependencies
substituted redis package by its official library
v0.8.0 refactor: substituted redis package by its official library
removed unnecessary gRPC errors
v0.7.7 refactor: removed unnecessary gRPC errors
added internal type context keys
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
v0.7.5 refactor: modified context keys for gin, grpc and net/http to avoid c…