Passwordless for Next JS

Please include the following information in your post:

  • Which SDK this is regarding: @auth0/nextjs-auth0
  • SDK Version: 1.4.2
  • Platform Version: Next JS 10 +
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

Is this a feature request or bug report? If so, please create an issue directly in the corresponding GitHub repo. The Community SDK category is for general discussion and support.

Does this library support the passwordlessStart and passwordlessLogin? I really don’t want to use the auth0-spa-js library anymore.

Hey @gmwill934 , the nextjs-auth0 SDK focuses on redirecting the user to the Universal Login Page for authentication, so does not handle any direct login methods of its own. If you want to handle passwordless in the app itself, you can use Auth0.js which is a more bare-bones SDK, or perform the requests yourself.

2 Likes

Thanks for helping on this one Thameera!

1 Like