python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to decode token in Vue.js?
I got a token after I successfully logged in. I need to be able to parse + decode/descrypt it to see the permission information inside that. How would I do that?
I tried
// token is accessible
var de...
code-8
Votes: 0
Answers: 1
TomEE: Debug JWT Login
I would very much appreciate a little pointer to some TomEE/OpenEjb class for debugging my JWT rest service.
I'm facing the problem that TomEE rejects access (403) to my test service despite having a ...
Marcus
Votes: 0
Answers: 1
JWT Refresh Token not working properly when trying refresh after long time?
I am create a JWT access token and refresh token on login of valid user, access token is short lived and refresh token is with expiration time of 7 days, When I am trying to generate new access token ...
Adam
Votes: 0
Answers: 0
Nuxt Auth uses access token instead of refresh token
My issue is as follows:
After logging in my acces token and refresh token are stored and I can access them with this.$auth.strategy.token.get()
When my access token is expired, my app calls the /token...
Jochem
Votes: 0
Answers: 0