Nuxt Auth0 display Signup

Hi all!

Using Nuxt ant Auth0 with Universal login, i have scanned the web, is there anyway to display only the signup part of the universal login??

Using this.$auth.loginWith(“auth0”)

Is there anyway to sedn parameters so i can display Signup first

Hey @maaw,

Welcome to the Auth0 Community!

Yes in the New universal login we have this functionality out of the box,
Please find more information below:

The link above mentions the procedure to land at signup directly. Its supported
in New universal login not classic universal login.

Regards,
Sid

Ah thanks! I have search this for a long while.
Super, can also confirm it works perfectly.
Now i have the abilty to show correct state depending on login/signup

this.$auth.loginWith("auth0", { params: { screen_hint: "signup" } })
3 Likes

Perfect! Thanks for sharing the snippet with the rest of community!

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