Code Monkey home page Code Monkey logo

authnauth's Introduction

Auth and Auth (authnauth)

This app demonstrates the auth process which is built using the MERN stack. Additionaly the app is containerised using Docker.

Authentication and Authorization

Authentication is the process of verifying who someone is. Authorization is the process of verifying what resources a user has access to. This can by achieved through JWT. JWT uses authorization headers.

JWT stands for JSON Web Tokens

  • Handle authentication
  • Allow access to API end points
  • End points provide data resources

Getting Started

Install dependencies

cd demo-app
npm i
cd node
npm i

Setting environment variables for backend (node.js)

Create a file in the root of ./node with a name .env and copy, paste the following,

DATABASE_URI=`YOUR_DB_URI`
ACCESS_TOKEN_SECRET=`A_STRING_OF_YOUR_CHOICE`
REFRESH_TOKEN_SECRET=`A_STRING_OF_YOUR_CHOICE`

For DATABASE_URI, create a new cluster from your Atlas dashboard.

To start ./demo-app

cd demo-app
npm run start

To start ./node in dev mode

cd node
npm run dev

Docker

Using Docker Compose

docker compose build
docker compose up

Reference

  1. Docker CLI Cheat Sheet
  2. Full MERN Stack App: 0 to deployment on Kubernetes โ€” part 1
  3. MERN Stack with Kubernetes
  4. YAML Cheatsheet
  5. Node.js Resources - Dave Gray
  6. Auth in React - Dave Gray

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.