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

use '+' as option-prefix in sub-commands, as tokens might start with "-" #19

Merged
merged 1 commit into from
Jan 6, 2018

Conversation

umlaeute
Copy link
Contributor

apparently, tokens must only use the base64url alphabet, which means they
can contain (and even start with) "-", but "+" and "/" are forbidden.

we cannot tell dehydrated to insert "--" after the cmd.

luckily the only option is "--help", so this shouldn't affect any scripts...

apparently, tokens must only use the base64url alphabet, which means they
can contain (and even start with) "-", but "+" and "/" are forbidden.

we cannot tell dehydrated to insert "--" after the cmd.

luckily the only option is "--help", so this shouldn't affect any scripts...
@umlaeute
Copy link
Contributor Author

btw, i was just hit by this, as one of my servers couldn't deploy its challenges any more.

@umlaeute
Copy link
Contributor Author

and this is obviously a fix for #18 (which i wasn't aware of, i probably should susbcribe to the project)

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

Successfully merging this pull request may close these issues.

2 participants