SudhanshuDubey5001 / AuthorizationDemo_MediumArticle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN: Full stack Authorization app using JWT and bcrypt

A MERN stack web application to demonstrate authorization architecture using JSON web token and bcrypt packages.

Medium article

This repository is developed for educational purposes and a elaborative description on how to develop this application is published on Medium. Please check out the article

Dependencies

  • State Management using Redux Toolkit: react-redux
  • Authentication system using JSON Web Token: JWT
  • Encryption of password using bcrypt
  • Environment variables using dotenv
  • Mongoose for MongoDB and data schema Mongoose
  • For validating email/password Validator

About


Languages

Language:JavaScript 77.6%Language:CSS 13.8%Language:HTML 8.6%