Login Using password #480
KetulCodiste
announced in
Help
Replies: 1 comment 3 replies
-
You can implement your own, email and password server or use some service. The only thing that web3auth depends on is that OAuth 2.0 id_token compatible jwt token should be issued by the email/password service and then you can feed that token to web3auth sdk. So steps to implement email password /custom auth will look like this:-
A similar example for custom auth can be found here:- https://github.com/Web3Auth/Web3Auth/tree/master/demo/firebase-react-app |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As much as I know, web3Auth provides the login process in the form of social platforms like facebook, discord, google, twitter, etc and through the magic link that web3Auth provides in the mail to login. But is there any way to sign up and login using the password. Like the normal flow that all the websites provides, enter the username and password for the authentication. Is it possible to achieve this kind of behaviour using web3Auth?
Beta Was this translation helpful? Give feedback.
All reactions