Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 174 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 174 Bytes

Go JWT

OAuth Implemented Using Go

Setup:

  1. go get github.com/dgrijalva/jwt-go
  2. go run server/main.go
  3. go run client.go
  4. Open http://localhost:9001