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
Currently, we only support authentication via a user token (which is based on a cookie). We are in the process of opening up the Accounts APIs (cc @utsavoza) where we would like any user to access the endpoints present alternatively without using a token.
We can add this support in the CLI itself by offering:
abc login api <username:password>
which will login the user using their master API credentials, cc @utsavoza.
The text was updated successfully, but these errors were encountered:
@palash25 if this is not yet implemented, we can come again on this. @jeet-parekh, let's put this on priority after we are done with verified issues. I will point you to the specifications of basic authentication.
Currently, we only support authentication via a user token (which is based on a cookie). We are in the process of opening up the Accounts APIs (cc @utsavoza) where we would like any user to access the endpoints present alternatively without using a token.
We can add this support in the CLI itself by offering:
which will login the user using their master API credentials, cc @utsavoza.
The text was updated successfully, but these errors were encountered: