Any pointers to using ktor to serve up JWKS? I’m writing an auth server in ktor and want to expose the public part of the key pair for other services to consume. I’m using jose4j as the underlying library. Do I just register a
<https://server.com/.well-known/jwks.json>
route like any other, or is there some lower-level framework support for exposing this?