Git Product home page Git Product logo

seir526-mern-auth's Introduction

MERN Authentication and Authorization

Libraries We are Using:

Name Location Purpose
jwt-decode frontend Decode JWT tokens for Authorization
jsonwebtoken backend generate, encrypt, decrypt json web tokens on backend
axios frontend Make calls to our "API" (our backend)
bcryptjs backend Password hashing
passport backend Session management

Initial Project Setup

  • Create Backend folder
  • Setup .gitignore at global level
  • Initialize git + make first commit
  • create-react-app frontend to create your frontend half of our decoupled app

Frontend

  • 1. Get rid of all default create-react-app content that is not necessary for our app.
  • 2. Install all necessary libraries.
  • 3. Declare components for Navbar and other App essentials (make scaffolding)
  • 4. Write API call to check for user login and user register
  • 5. Write JWT Token search throughout auth locked pages for authorization

Backend

  • 1. Initialize Express server and install + import all required libraries.
  • 2. Create a /config/passport.js to configure your passport setup for sessions. With each new page pass, check for JWT token using passport.
  • 3. Define User model and imply using Mongoose.
  • 4. Define API CRUD routes using Express as they relate to User model (/register, /login)

seir526-mern-auth's People

Contributors

mdn102 avatar azocher avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.