goauth:这是一个以简单的方式实现jwt token的代码库 源码
goauth 这是一个使用jwt-token(web)的库 如何安装? $ go get github.com/jonathanbrenman/goauth 如何创建令牌? 首先,我们需要实例化并设置secretKey,我们将使用它们来创建令牌,然后将其检索到加密的数据。 // Create an instance of goauth to use in your code. goAuth := NewGoAuth("my-secret-key") /* Create a map with the data you want to add
文件列表
goauth-develop.zip
(预估有个6文件)
goauth-develop
goauth_test.go
1KB
Readme.md
2KB
.gitignore
27B
go.sum
1KB
goauth.go
1KB
go.mod
148B
暂无评论