Skip to content

Creation of simple API using json web token authentication

Notifications You must be signed in to change notification settings

chicofos/API_JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API_JWT

Creation of simple API using json web token authentication

Expiration token: 300 sec

Route HTTP Verb Description
/api/notes GET Get all notes
/api/notes/:id GET Get note by id
/api/notes/ POST Add new note
/api/notes/:id PUT Update a note
/api/notes/:id DELETE Delete a note
/api/setup GET Creates a test user
/api/authenticate POST Get authentication token

Example: https://api-note.herokuapp.com/ Note: JWT disabled for testing purposes

About

Creation of simple API using json web token authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published