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
When using the login function it will be easy to consider using a token.
If password is None, then the username is used as a token and the function tries to get on a backend endpoint to confirm that the token is authorized. If so, the inner authenticated property is set to True
The text was updated successfully, but these errors were encountered:
When using the
login
function it will be easy to consider using a token.If password is None, then the username is used as a token and the function tries to get on a backend endpoint to confirm that the token is authorized. If so, the inner
authenticated
property is set to TrueThe text was updated successfully, but these errors were encountered: