-
Notifications
You must be signed in to change notification settings - Fork 46
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
Generate longer captchas #3
Comments
Ok, I like this feature. |
@vipersec See https://github.com/trekjs/captcha/tree/pure-js. I had refactored it to pure JS. We can do more. |
SyntaxError: Unexpected token function |
@mtsee Which Node.js version you are using? |
v6.2.0 |
|
Every captcha that is generated is 5 characters long.
If I want to generate an 8-length captcha using the code below:
const { token, buffer } = captcha(8)
A 5-length captcha is generated instead.
The text was updated successfully, but these errors were encountered: