maxgalbu / adonis5-jwt

JWT Authentication service for Adonisjs v5
MIT License
86 stars 15 forks source link

decode jwt #19

Open chapristi opened 1 year ago

chapristi commented 1 year ago

i would decode the jwt to get informations is it already possible? I find nothing about

Joan1590 commented 1 year ago

Yes, you can get jwt information with a decoder :

https://jwt.io/

And yes, you can implement it in your code