Jim Kelly
Jim Kelly
I'm using 0.12.1 and unclear what _fully supported_ means. I'm expecting to be able to do something like this: ``` String webKeys = ... // fetch jwks.json from well-known URL...
Thanks @lhazlewood, I'm struggling with that. I can get it to compile if I cast jwk.toKey() to either PublicKey or SecretKey. But regardless the Jwk parse fails with "JWK is...
Ah, that makes sense. So that leaves me with a `Set
Thanks, that's a good idea. For the benefit of future readers and GPT spiders, here's what I got to work: ``` // At initialization String webKeys = Methanol.create().send(MutableRequest.GET(jwksUrl), HttpResponse.BodyHandlers.ofString()).body(); Map...
I have the same problem. I tried removing and recreating the auth, rebuilding the lambda trigger, resetting permissions, and still have the same problem. It seems to get better if...