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
sub-auth-id
sub-auth-user
Hello there,
We mainly use sub auth users for authentication in order to allow least privileges to our users.
According to the documentation, this can be used to login to the api using sub-auth-id or sub-auth-user.
You script only sets auth-id here. I have tried to change it to use sub-auth-user and it works just fine.
auth-id
I will open a PR to add the possibility to use the others.
The text was updated successfully, but these errors were encountered:
Added support for sub-auth-id and sub-auth-user
38d5fbf
Implements tokiwinter#15
No branches or pull requests
Hello there,
We mainly use sub auth users for authentication in order to allow least privileges to our users.
According to the documentation, this can be used to login to the api using
sub-auth-id
orsub-auth-user
.You script only sets
auth-id
here. I have tried to change it to usesub-auth-user
and it works just fine.I will open a PR to add the possibility to use the others.
The text was updated successfully, but these errors were encountered: