keyBasic Auth

API reference for sovai.basic_auth

Module: sovai.basic_auth

Functions

basic_auth()

def basic_auth(email: str, password: str) -> bool

The basic authentication method retrieves the token from the API server and stores it in the ApiConfig and .env file in the root directory

Returns: bool


Last updated