Hello, how can I read access token payload using f...
# support-questions-legacy
a
Hello, how can I read access token payload using front-token header? I tried some libraries like jwt-decode but it didn't work
r
Hey! You can use our library to do it. You don’t need to manually read it yourself
But if you want to, the front-token header is base64 encoded and JSON stringified
a
Ah, its works
Thanks
r
Cool
Just FYI..