Christopher Hübner
12/25/2023, 9:16 PMval publicKey = jwkProvider.get("6f8856ed-9189-488f-9011-0ff4b6c08edc").publicKey
Where does the public key come from?
call.respond(hashMapOf("token" to token))
I thought about sending the public key as well to the client, so he can validate the token itself. Is this recommended? And why not?dave
12/25/2023, 10:38 PMAndrew O'Hara
01/09/2024, 2:54 PM