Open chriscombs opened 5 years ago
This framework could be relevant if we want to decode JWT tokens to verify if a token has expired
If we don't want to include a separate dependency, we could consider rolling our own JWT token validator/parser.
This has been done on e-boks for instance.
See the JWTToken
class on e-boks 4.0
Ability to manually (as well as automatically) refresh token.