💻
What problem are you trying to solve?
I want to be able to have a jws token validation, instead of a simple comparison and decoding.
Describe the solution you'd like
Full support to a JWS (JWT with Signature) as a different strategy to support validation of JWT components and signature validation
Describe alternatives you've considered
The alternative is to implement the OAuth2 protocol, that is not the idea.
Documentation, Adoption, Migration Strategy
Right now the idea is to create a new library that will import this one and add a new strategy JwtStrategy to be able to fully work with jwt.
To adopt can simple substitute this library to a new one (this is necessary due the interfaces)
💻
What problem are you trying to solve?
I want to be able to have a jws token validation, instead of a simple comparison and decoding.
Describe the solution you'd like
Full support to a JWS (JWT with Signature) as a different strategy to support validation of JWT components and signature validation
Describe alternatives you've considered
The alternative is to implement the OAuth2 protocol, that is not the idea.
Documentation, Adoption, Migration Strategy
Right now the idea is to create a new library that will import this one and add a new strategy JwtStrategy to be able to fully work with jwt.
To adopt can simple substitute this library to a new one (this is necessary due the interfaces)