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.
- Host: GitHub
- URL: https://github.com/wilfredpine/expressjs-auth-system
- Owner: wilfredpine
- License: mit
- Created: 2024-09-13T08:56:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:48:51.000Z (about 1 year ago)
- Last Synced: 2025-02-01T14:18:50.692Z (about 1 year ago)
- Topics: authentication, expressjs, framework, nodejs
- Language: JavaScript
- Homepage: https://expressjs-auth.confired.com/
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)