Hi everyone!
I am trying to use your github library (
https://github.com/ory/fosite), and I am having troubles setting it up.
My goal is to use an RSA private key to sign access and id tokens, and have a jwks endpoint, where public keys are shared.
My problem is that with the default "example app" (
https://github.com/ory/fosite-example/), HMAC signing algorithm is used.
Do you support private RSA signed JWTs? Or is there a way I could use your lib in the way I described?