Skip to content

Jason Web Token Basics, is a project to learn how i can prevent anyone have access to the data, getting rid of public routes.

Notifications You must be signed in to change notification settings

FernandoBrino/JWT-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ 🗝️ JWT Basics by freecodecamp ✨

Overview

JWT Basics, it's a project provided by freecodecamp in order to teach how to use Jason Web Token, using it in a simple application. The main idea is validate entrance by user and if the user has enter credentials sucessfully he can access dashboard ' page ' ( this 2 parts were made in same page ).

What was used ?

  • Node Js
  • Express Js
  • Nodemon

Postman Routes

  • Dashboard - localhost:3000 /api / v1 / dashboard ( get )
  • Login / Register - localhost:3000 /api / v1 / login ( post )

Ps: Connection with MongoDb wasn't made despite Db archive. Principle idea is to improve back end concepts then front end application was previous made, not by me.

About

Jason Web Token Basics, is a project to learn how i can prevent anyone have access to the data, getting rid of public routes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published