Static Token Auth Example #67
BrokenStandards
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @BrokenStandards, thank you for bringing this to our attention. I have to confess that we never used that feature, but you are right. If it works, this part should be part of the docs. Would you mind opening a PR for that documentation change? Your code from above could also be part of the test suite, but I think this will need to create a token first? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation is missing an example for Static Token based authentication, which does not use a username or password. The only thing different from the username/password based auth is you replace the username/password with the token and set encryption to true.
Setting encryption to true bypasses the http auth the code would otherwise try to do which would cause authentication to fail.
Beta Was this translation helpful? Give feedback.
All reactions