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

https://github.com/wilfredpine/expressjs-auth-system

A simple Authentication System using ExpressJS Framework.
https://github.com/wilfredpine/expressjs-auth-system

authentication expressjs framework nodejs

Last synced: 3 months ago
JSON representation

A simple Authentication System using ExpressJS Framework.

Awesome Lists containing this project

README

          

## expressjs-auth

- https://github.com/wilfredpine/
- https://github.com/wilfredpine/expressjs-auth-system

## A simple authentication system using expressjs framework with the following security:

- Password hashing
- Authentication
- Session management
- Brute force protection
- SQL injection and Cross-Site Scripting (XSS) protection
- CSRF protection
- Content Security Policy (CSP)
- Logs

## Features:

- register
- login
- logout
- email verification
- forgot password
- multiple user role validation

## Want to learn NodeJS & ExpressJS?

[NodeJS Tutorial](https://github.com/wilfredpine/NodeJS-Tutorial)

[YouTube](https://www.youtube.com/@confired-official/)

## Thanks me by

Following [wilfredpine](https://github.com/wilfredpine/)

Starred & Forked [expressjs-auth-system](https://github.com/wilfredpine/expressjs-auth-system)

Subscribe at [confired-official](https://www.youtube.com/@confired-official/)

## Learn more?

[laravel11-auth-system](https://github.com/wilfredpine/laravel11-auth-system)

[django-auth-system](https://github.com/wilfredpine/django-auth-system)

[lavalust-auth-system](https://github.com/wilfredpine/lavalust-auth-system)