[Archive] JWT Question

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 10/26/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


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