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
Is there the explanation about the usage of "Access token" in manual?
I want to know the usage of access token of the knowledge. But I could not find the explanation about usage of access token in manual.
I'd really appreciate it if you teach me the usage about access token of the knowledge.
Regards,
The text was updated successfully, but these errors were encountered:
私も気になって調べました。
#760 (comment)
89a9955
// 認証 // Httpヘッダー「PRIVATE-TOKEN」か、リクエストパラメータ「private_token」の値で認証する(GitLab準拠) String token = req.getHeader("PRIVATE-TOKEN"); if (StringUtils.isEmpty(token)) { token = req.getParameter("private_token"); } if (StringUtils.isEmpty(token)) { // Tokenが指定されていない res.sendError(HttpStatus.SC_403_FORBIDDEN); return; }
Sorry, something went wrong.
No branches or pull requests
Is there the explanation about the usage of "Access token" in manual?
I want to know the usage of access token of the knowledge.
But I could not find the explanation about usage of access token in manual.
I'd really appreciate it if you teach me the usage about access token of the knowledge.
Regards,
The text was updated successfully, but these errors were encountered: