Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 440 Bytes

Blog Server

API

(use the postman file you've received)

first steps:

  1. sign up with username, email and password
  2. login with the username and password
  3. save the token you get from logging in for authentication (more on that below)

Routes with Authentication Checks:

some routes are requiring authentication.

for those routes, add header named 'x-access-token' which value will be the token you get when logging in.