Basic Auth
API reference for sovai.basic_auth
Last updated
API reference for sovai.basic_auth
Module: sovai.basic_auth
basic_auth()def basic_auth(email: str, password: str) -> boolThe 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