*What*
* Implement the function. It should be similar to the Android implementation * It should have unit tests * The example app should be updated to allow verify the implementation
One thing needs to be aware is that Keycloak is using RSA to sign the JWT tokens. So in order to verify them, we need to using something that supports RSA as well. But it looks like most of the swift libs don't support RSA. Only the one in Objective-c supports it: https://github.com/yourkarma/JWT. So we might have to use it. |
|