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)
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
Nuxt Auth Local Token cookie sets logged in status to true
I am currently using Nuxt Auth for my login and session management. Everything is going smoothly. However, I have a problem with the way my set up is handling cookies. I am not sure where I went wrong...
chemical_elii
Votes: 0
Answers: 1
Nuxt auth user always null
I Just switched from development mode to production for my nuxt app.
It uses @nuxtjs/auth-next and in the development version everything use to work fine like a charm.
Today i just deployed the websit...
Gaurish
Votes: 0
Answers: 1
Laravel/Sanctum user fetch problem, with auth-next
I'm trying to create an SPA for a laravel REST API protected by Sanctum
Right now, on my SPA the user can log in without a problem and the API sends back the token; but then the SPA doesn't fetch the ...
Dani
Votes: 0
Answers: 1