Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 355 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 355 Bytes

React-jwt example

JWT 在前后端分离中的应用与实践

Usage

git clone https://github.com/rainyear/react-jwt.git

client

npm install
gulp

server

go get github.com/dgrijalva/jwt-go
go get github.com/gin-gonic/gin
go run server.go