react-jwt-example icon indicating copy to clipboard operation
react-jwt-example copied to clipboard

Using JSON Web Token in React App.

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