Hi!
It is my first time trying to use auth0-python SDK to login, but I can’t figure out how to do it!
I followed the quickstart guide for Regular Web Application SDK Libraries, and it is working fine, but it is not using the sdk! It is using oauth.auth0.authorize_access_token
.
I’m trying to use AuthorizeClient
importing from auth0.v3.authentication
, and I can see the login page, but it breaks after sending the username and password.
The question is:
Is it possible to don’t use OAuth and use auth0 SDK instead?
If so, is there any example that I can take a look?
I’ve been searching for it all day, and could not find anything!!
Thanks in advance!