I have gone through the docs of this gem but not understanding to use the decode method actually i need to verify the signature of my jwt token i am having.
So trying to use the decode method as suggested in it but getting an error for my 'scret_key'
its always, NoMethodError Exception: undefined method `verify' for "secret_key"
Would like to know how to use it while verifying the signature of Jwt.
Thanks in advance