7urkm3n / go-jwt-web

This is Go Webserver project using JWT and middleware handler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

This is Go Webserver project using JWT and middleware handler.


Languages

Language:Go 99.2%Language:Makefile 0.8%