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
我试了很多次,发现确实是有这个问题,没拆成 2 个字符串的时候会返回 401 的错误。
发送 api 请求的时候 access_token 的值不就还是一个完整的 token 字符串吗?
access_token
是什么原因导致这样的问题呢?
The text was updated successfully, but these errors were encountered:
github发现代码中包含某个用户创建的 token 时,这个 token 就失效了。
Sorry, something went wrong.
@wy-ei 非常感谢,已经明白了!
我刚试了一下,新生成了一个 token,然后直接插入到代码内提交,发现 token 立即就失效了!
等于就是代码提交到 github 仓库的时候,github 会扫描一次你提交的代码,如果发现有匹配 token 的内容的话,那这个 token 就立即失效啦!
真是脑洞没打开呀,都没往 github 安全机制这方面去想,。
No branches or pull requests
我试了很多次,发现确实是有这个问题,没拆成 2 个字符串的时候会返回 401 的错误。
发送 api 请求的时候
access_token
的值不就还是一个完整的 token 字符串吗?是什么原因导致这样的问题呢?
The text was updated successfully, but these errors were encountered: