Open Issues Need Help
View All on GitHub 代码debug打印私钥 && 返回处理对中间件有影响 2 months ago
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