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.