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?
it's whatever you've set up your OAuth provider to handle. your provider will be the place for types of logins and restrictions.