You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JWT (JSON Web Token) is (to some extend) JWS (JSON Web Signature) plus JWE (JSON Web Encryption). This gem fully supports JWT; that gem claims to support JWT but it actually only supports JWS. See Introduce JWE support jwt/ruby-jwt#80.
Hi! Can you please clarify if there any difference between this gem and https://github.com/jwt/ruby-jwt ? Which one should I use in new project?
Thank you!
The text was updated successfully, but these errors were encountered: