I was following the guidelines in the topic: Nuxt Auth0 display Signup , but for me the opened page is still the login page rather than the signup page.
I’m using the Universal Login Experience and the command that I’m using is:
app.$auth.loginWith(“auth0”, { params: { screen_hint: “signup” } })
I would appreciate help on what I could be missing or how to debug it.
Another data point - using a debugger, I managed to verify that the redirect to the authorize page does contain a query params contain screen_hint=signup but the open dialog is on the login tab.
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: