Skip to content

wilfredpine/expressjs-auth-system

Repository files navigation

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