You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add functionality to create and revoke API Tokens. I've already did it in our application. The only tricky part is that the calls need to be done with the username/password (and not username/token) which can be added in the headers initialization config as:
Also, since it'll be using password instead of token, we'll need to generate a Crumb before each request, but I THINK this part is already being handled by this lib?
What do you think? Should I prepare a PR?
The text was updated successfully, but these errors were encountered:
I'd like to add functionality to create and revoke API Tokens. I've already did it in our application. The only tricky part is that the calls need to be done with the
username/password
(and not username/token) which can be added in theheaders
initialization config as:Also, since it'll be using
password
instead oftoken
, we'll need to generate a Crumb before each request, but I THINK this part is already being handled by this lib?What do you think? Should I prepare a PR?
The text was updated successfully, but these errors were encountered: