-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated Readme.md #482
Comments
v3 folder was removed in the 4.0.0 release docs seem correct for those using v4 |
That is correct, I must have installed V3 before and
I get: |
Hi @aviel08 - thanks for raising this The signature of Will raise a PR to change those positional arguments to keyword arguments, which should fix that example. |
Have run into same exact problem. |
Describe the problem
Documentation on Readme.md is outdated.
Reproduction
The above code produces:
ModuleNotFoundError: No module named 'auth0.authentication'
I think it should be:
Same for the rest of the examples. Login requires
token.login
to pass scope and audience.I'm using Python 3.9 and the latest pip install auth0-python
The text was updated successfully, but these errors were encountered: