FossoresLP/go-jwt

Add verification providers

Closed this issue · 1 comments

To allow this package to validate more parts of the JWT for you, the implementation of verification providers is planned.
These will allow you to configure specific claims that should be validated as well as how they should be validated.

Verification or validation providers have been added in commit fe658cc (without a PR) and are now available.