Open
Description
Hello, I would like to know if the library exposes anything related to the public key used for an RS256 token signature. For example, something like a view that returns the public key associated with the private key used to sign the token ?
This way I could fetch that pubkey in another web service, then cache it and verify my token from there without having to call the /verify/
endpoint everytime.
What do you think ?