
nuxt-auth is an open source Nuxt module that provides authentication for non-static Nuxt 3 applications. - sidebase The easiest way to get starte...
For further actions, you may consider blocking this person and/or reporting abuse
Gerald on July 22, 2023
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for this. i found it right as i was about to give up because Sidebase and the nuxt-auth documentation is fucking terrible.
'how do you make a cake?'
sidebase: "oh, easy, you just combine the ingredients and bake it at the right temp."
'Uh... OK, mind telling me the ingredients and how long to bake it and at what temp?'
Sidebase: "hahahahaha, no fuck you."
Just read this 😂😂
lol - almost gave too
Thank you so much for your time.
This Article is clear enough and helped me to use auth module.
You're welcome!
this code help me and I like this
Thank you!
and to implement authentication with Google instead of local, but in the same code pattern
I will to a complete Nuxt auth series. We can build a simple project while at it.
Nice suggestion. I'll write one for third party authentication
Hi, so I am stuck here, I get a successful login, but sidebase doesn't save the state, I need to signin after every reload. What could be the problem?
What about handling refresh tokens? Also can you show a example of how to in smart way use your cookie/jwt to make calls to a custom backend api?
I'm working on an all round nuxt app with all the auth cases