Skip to content
New issue

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

Missing documentation for access_token #153

Open
GamePlayer-8 opened this issue Mar 23, 2024 · 4 comments
Open

Missing documentation for access_token #153

GamePlayer-8 opened this issue Mar 23, 2024 · 4 comments

Comments

@GamePlayer-8
Copy link

Good morning,

How do I configure the access token / secret key in order to restrict the usage of specific captchas?

Website mcaptcha.org/docs/terminology/access-token gives me 404 error.

@realaravinth
Copy link
Member

Hello again o/

I've used “access token” and “authorization token” inconsistently. I'll change all instances of “access token” to “authorization token”.

The secret key is a completely different thing, it's used for [authentication while trying to check the validity of the authorization token (step 2 under "configure backend to authenticate CAPTCHA tokens).

I'm not sure if this helps. If not, please elaborate what you are trying to do :)

@GamePlayer-8
Copy link
Author

Oki, I've located the secret key in the settings (wasn't noticed the comment in the code section in the docs).

Although is there going to be an option to specify different secret keys for each captcha?

@realaravinth
Copy link
Member

No, secret is account-wide at this moment.

@realaravinth
Copy link
Member

aside: all instances of “access token” are replaced with “authorization token” with links to the glossary entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants