Search code examples
authenticationnext.jsnext-auth

Does next auth support authentication using phone numbers?


Does next auth support authentication using phone numbers?

I am trying to implement Auth in my next.js app and I want to support phone authentication. Does NextAuth.js support authentication using phone numbers?


Solution

  • it's whatever you've set up your OAuth provider to handle. your provider will be the place for types of logins and restrictions.