You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-jwt
Token created with JWT 1.5.6 will that be compatible with jwt 2.6.0 and how I can use jwt key finder with 1.5.6 for Json Web keys?
Gaurao Tarpe
unread,
Jan 25, 2023, 10:46:27 AM1/25/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-jwt
I am using jwt version1.5.6 for encoding with RS256 and keysize 2048. But while decoding I am using jwt version 2.6.0 and encoding and decoding happens on different boxes (while decoding using json web key set to decode) but not sure why I am getting "RSA modulus has a small prime factor".