Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saidee-hasan/email-password-google-auth
This project demonstrates how to implement user authentication using both email-password and Google OAuth in a web application. It provides a simple and secure way for users to log in and manage their accounts.
https://github.com/saidee-hasan/email-password-google-auth
dasiui firebase firebase-auth javascript login react tailwend
Last synced: about 21 hours ago
JSON representation
This project demonstrates how to implement user authentication using both email-password and Google OAuth in a web application. It provides a simple and secure way for users to log in and manage their accounts.
- Host: GitHub
- URL: https://github.com/saidee-hasan/email-password-google-auth
- Owner: saidee-hasan
- Created: 2024-11-17T12:00:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:36:32.000Z (about 1 month ago)
- Last Synced: 2024-12-13T11:29:11.523Z (about 1 month ago)
- Topics: dasiui, firebase, firebase-auth, javascript, login, react, tailwend
- Language: JavaScript
- Homepage:
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news-details-layout.png
Awesome Lists containing this project
README
# Email-Password and Google Authentication
## Overview
This project demonstrates how to implement user authentication using both email-password and Google OAuth in a web application. It provides a simple and secure way for users to log in and manage their accounts.## Features
- User registration and login using email and password.
- Google OAuth authentication for easy login.
- Secure password storage using hashing.
- User session management.## Technologies Used
- Node.js
- Express.js
- MongoDB (or any other database)
- Passport.js (for authentication)
- Google OAuth 2.0
- HTML/CSS/JavaScript (for the frontend)## Installation
### Prerequisites
- Node.js installed on your machine.
- MongoDB (or any other database) set up.### Steps
1. Clone the repository:
```bash
git clone https://github.com/saidee-hasan/email-password-google-auth.git
cd email-password-google-auth