We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ::JWT::Verify.verify_claims method is deprecated and will be removed in the next major version of ruby-jwt (a deprecation warning will be shown starting with https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md#v2100-2024-12-25)
::JWT::Verify.verify_claims
omniauth-entra-id/lib/omniauth/strategies/entra_id.rb
Line 157 in b956d3c
Looking at the corresponding PR in the gem it looks like an easy fix (i.e. replace with JWT::Claims.verify_payload!)
JWT::Claims.verify_payload!
The text was updated successfully, but these errors were encountered:
related PR from omniauth-google-oauth2 https://github.com/zquestz/omniauth-google-oauth2/pull/465/files
Sorry, something went wrong.
No branches or pull requests
The
::JWT::Verify.verify_claims
method is deprecated and will be removed in the next major version of ruby-jwt (a deprecation warning will be shown starting with https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md#v2100-2024-12-25)omniauth-entra-id/lib/omniauth/strategies/entra_id.rb
Line 157 in b956d3c
Looking at the corresponding PR in the gem it looks like an easy fix (i.e. replace with
JWT::Claims.verify_payload!
)The text was updated successfully, but these errors were encountered: