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
My personal token is of the form username:miXedC4se while the given REG EXP only accepts uppercased token after the :.
username:miXedC4se
:
if (argv.pbtoken && /^[^:]+:[0-9A-Z]+$/.test(argv.pbtoken)) {
Found in search.js
The text was updated successfully, but these errors were encountered:
Bugfix: reg exp to test Pinboard's API auth tokens only accepts upper…
5a7b174
…cased tokens. Fixes eknkc#8.
Proposed PR #9.
Sorry, something went wrong.
No branches or pull requests
My personal token is of the form
username:miXedC4se
while the given REG EXP only accepts uppercased token after the:
.Found in search.js
The text was updated successfully, but these errors were encountered: