package
1.1.1
Repository: https://github.com/headwindfly/clevergo.git
Documentation: pkg.go.dev

# README

JSON WEB TOKEN Example

This example shows that how to use JWT Middleware.

Please refer to CSRF Middleware for getting more information.

Install Dependences

go get github.com/clevergo/jwt

Run Application

go run $GOPATH/src/github.com/headwindfly/clevergo/examples/jwt/main.go

And then navigate to http://localhost:8080.