Registration
To keep users registration simple and secure, I have implemented two ways of registration:- Verification Code (only email needed)
- Google Auth
Verification Code
When user registers with verification code, he will receive an email with a verification code that he needs to enter in the registration form.Google Auth
When user registers with Google Auth, he will be redirected to Google’s login page where he can login with his Google account.Check out the Google Auth docs for more details on how to setup Google Auth.