I am trying to validate my JWT token using jwk, the same way it is present in the documentation, but I keep receiving the error:
"undefined method `verify' for nil:NilClass"
Can someone help me?
I get my jwk from my keycloak server, and it is a hash, with the right format.


Thanks!