We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trojan/web/auth.go
Lines 24 to 39 in c5fafe2
代码中硬编码了secret key,可以伪造任意用户身份,包括管理员。
The key is hardcoded in the code, using jwt.io can forge any user identity, including administrators
The text was updated successfully, but these errors were encountered:
e64931b
No branches or pull requests
trojan/web/auth.go
Lines 24 to 39 in c5fafe2
代码中硬编码了secret key,可以伪造任意用户身份,包括管理员。
The key is hardcoded in the code, using jwt.io can forge any user identity, including administrators
The text was updated successfully, but these errors were encountered: