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
There's two forms of logging in that I can see from bullhorn.js: providing username and password from the terminal, and being prompted for username and password to be sent through to the login function.
When prompted, I see the request made, the .bullhorn/credentials file created with credential information, but nothing seems to happen afterwards (no green Authorization Complete message). When providing the credentials from command arguments, bullhorn auth login --username <uname> --password <pass>, things work as expected.
Possibly related to #16 (which as been accepted but not merged in?)
The text was updated successfully, but these errors were encountered:
There's two forms of logging in that I can see from
bullhorn.js
: providing username and password from the terminal, and being prompted for username and password to be sent through to thelogin
function.When prompted, I see the request made, the
.bullhorn/credentials
file created with credential information, but nothing seems to happen afterwards (no greenAuthorization Complete
message). When providing the credentials from command arguments,bullhorn auth login --username <uname> --password <pass>
, things work as expected.Possibly related to #16 (which as been accepted but not merged in?)
The text was updated successfully, but these errors were encountered: