The below warning log shows up whenever I sign in via Google in local

The ::JWT::Claims.verify! method is deprecated will be removed in the next major version of ruby-jwt
It is clearly mentioned in this document that .verify! is deprecated, and verify_payload! is to be used instead
The below warning log shows up whenever I sign in via Google in local
It is clearly mentioned in this document that
.verify!is deprecated, andverify_payload!is to be used instead