This is a simple, but multi functional login and signup web page system. This has the functionalities of:
- User creating (sign up)
- Sign Up Validating
- User Login
- Login Validating
- Send User's Names to Dashboard page
- Forgot Password with Verification Email Sending
- Create new Password through Time Limited Token
- Sign Up with Google (Continue with Google)
- Maintain the User Database
I used Flask-Mail for sending emails when forgot password functions and Google API Client Services with google-auth libraries for continue with google function.
- Flask
- Python
- HTML
- CSS
- JavaScript
- MySQL
- Bootstrap
- Google API
- flask-mail
- google-auth
- Google Cloud Console