kuroki
Results
1
issues of
kuroki
Adding function to the class, allowing user to load credentials from dictionary usage: config = dict() authenticator = Authenticate( cookie_name='my_cookie_name', cookie_key='this_is_secret', redirect_uri = 'http://localhost:8501', ) authenticator.load_credentials(config) authenticator.login()