Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.14 KB

expressjs-auth

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

YouTube

Thanks me by

Following wilfredpine

Starred & Forked expressjs-auth-system

Subscribe at confired-official

Learn more?

laravel11-auth-system

django-auth-system

lavalust-auth-system