i’m working a frontend based project using Nuxt3.
I’m looking to impleme some sort of authentication/authorization, but i realize that there is no SDK for Nuxt.
And I’ve been trying to intergrate this using the spa-js library, but it has limited functionality.
One cannot evaluate authentication state after navigation to a different route. (using isAuthenticated() – it always returns false)
If i’m wrong, how would you reccomend i use Nuxt with Auth0.
Cause it causes problems as it doesn’t wrap around the entire application like it does with React/Angular or Vue or NextJs.
Apologies, we don’t currently have a Nuxt3 example. We have a request for it here. Please take a moment to add a vote to it and provide any additional context. Thank you!
The first public beta of the Auth0 Nuxt SDK is now available for developers building web apps on the Nuxt framework!
Key Highlights
Idiomatic Nuxt 3 Experience: Simple, composable functions (useAuth0) that feel native to Nuxt developers, dramatically reducing time-to-first-login.
Advanced Security Out-of-the-Box: We’ve included support for the latest security standards from day one, including Pushed Authorization Requests (PAR), Rich Authorization Requests (RAR), and Backchannel Logout.
Powerful API Authentication: Seamlessly obtain tokens for backend APIs using the TokenVault integration.
Resources
Here are the helpful resources to explore the new Nuxt SDK and get started: