Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 526 Bytes

readme.md

File metadata and controls

18 lines (16 loc) · 526 Bytes

Authentication System

Frontend - React + Redux + Router

Backend - Experssjs + Nodejs + PostgreSQL

Custom authentication, no library. It's using node-postgres for interacting with the database.

Features:

  • Sign up/Sign in
  • Email verification to activate account
  • Forgot password, Reset email functionality
  • Password Encryption using bcryptjs
  • Uses JSON Web Token jwt
  • Form Validation, Error Handling
  • Protected routes / Authorized-only
  • Persistent token using Local Storage
  • Responsive
  • Hosted on Heroku