/go-jwt-web

This is Go Webserver project using JWT and middleware handler.

Primary LanguageGo

To run the app use make method.

  make run/api

login credentials

POST localhost:4000/v1/signin

email: rr@rr.com
password: yyyy

get profile

GET localhost:4000/v1/profile

header: {Authorization: payload_token}