Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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