基于gf框架的token插件,通过服务端验证方式实现token认证;

auth gf golang token
1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This task involves fixing two issues in the `gtoken` GoFrame plugin. The first issue requires removing a debug print statement that reveals the encryption key from `token.go`. The second issue requires changing the error handling in the authentication middleware to use `r.SetError(err)` instead of directly affecting the response, ensuring compatibility with other middleware.

Complexity: 2/5
help wanted

基于gf框架的token插件,通过服务端验证方式实现token认证;

Go
#auth#gf#golang#token