Nuxt Auth0 display Signup not working

Hey,

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.

One clarification - I’m using the New Universal Login Experience.

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.

Ok, I just realized that having a custom html forbids using the New Universal Login Experience. That is kind of strange user experience.

IMHO, I think that it would be valuable if that constraint be eliminated or a work around could be introduced.

Hi team!

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:

This SDK is still in Beta and we need your feedback! Please share any feedback, questions or comments on GitHub.

Thanks!
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.