JWT Question

Rather than using social login, email, or SMS, can we use the JWT provider to accept username and password from the user and allow them to login to other devices using user and password and we authenticate with JWT?



Originally posted by: danielwagmi

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/775

It is possible, for that you can use auth0 with 'database connection'. Configure a username/password based auth0 tenant i.e. database connection. For reference, please check our existing auth0 guide.



Originally posted by: rinzler99