Skip to content
New issue

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

::JWT::Verify.verify_claims method is deprecated #44

Open
andreas-venturini opened this issue Jan 7, 2025 · 1 comment
Open

::JWT::Verify.verify_claims method is deprecated #44

andreas-venturini opened this issue Jan 7, 2025 · 1 comment

Comments

@andreas-venturini
Copy link

andreas-venturini commented Jan 7, 2025

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(

Looking at the corresponding PR in the gem it looks like an easy fix (i.e. replace with JWT::Claims.verify_payload!)

@andreas-venturini andreas-venturini changed the title ruby-jwt method verify_claims is deprecated ::JWT::Verify.verify_claims method is deprecated Jan 7, 2025
@andreas-venturini
Copy link
Author

related PR from omniauth-google-oauth2 https://github.com/zquestz/omniauth-google-oauth2/pull/465/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant