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)
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
How to get refresh token in chrome extension using chrome.identity or nay other API
I want refresh token in my chrome extension using chrome.identity.
i have tried gapi service and i am able to get refresh token using grantofflineaccess method, bot able to get it using chrome.identit...
utsavjain
Votes: 0
Answers: 0
Axios Refresh Token Infinite Loop - Multiple Requests
I have looked the other questions about this problem but I could not fix it. I have a get request restriction for the refresh and access token renewal methods and there will be multiple requests in a...
Batuhan Şekerci
Votes: 0
Answers: 1