Nuxt 3 with Auth0
i have to build nuxt3 application with auth0 authentication. Currently there is no official sdk by auth0. Also nuxt does not yet have an official module. There is the one from sidebase, but it seems to be too basic and does not work correctly with my customers case. In the past the app was running with vue 3 and express server using the https://github.com/auth0/express-openid-connect package. Any idea how to port that to nuxt 3?
GitHub
GitHub - auth0/express-openid-connect: An Express.js middleware to ...
An Express.js middleware to protect OpenID Connect web applications. - GitHub - auth0/express-openid-connect: An Express.js middleware to protect OpenID Connect web applications.
1 Reply
interested in this as well
following