Closed SerKnight closed 3 years ago
Ahh - I found in the full docs WIKI.. Thanks.
id_token = JSON::JWT.decode id_token_string, :skip_verification
puts id_token.to_json
https://github.com/nov/json-jwt/wiki#decode-without-verifying-not-recommended-use-for-debugging-only
Ran into some API limits against a well known jwks endpoint,
Wondering if there is a way to use the library in it's current format and decode a token for the public claims without validating it. You can do this in
ruby-jwt
but I mich prefer this projectCurrent
Proposed || does this functionality exist?