Thanks to visit codestin.com
Credit goes to github.com

Skip to content

userinfo_async broken in 4.6.0 #558

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

Closed
5 tasks done
Cruppelt opened this issue Nov 28, 2023 · 1 comment
Closed
5 tasks done

userinfo_async broken in 4.6.0 #558

Cruppelt opened this issue Nov 28, 2023 · 1 comment
Labels
bug This points to a verified bug in the code

Comments

@Cruppelt
Copy link

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

await userinfo_async doesn't properly resolve the coroutine.

Reproduction

`
from auth0.asyncify import asyncify
from auth0.authentication import Users as AuthUsers

U = asyncify(AuthUsers)
u = U(domain=AUTH0_DOMAIN)
user_info = await u.userinfo_async(token)
`

Additional context

Works fine with 4.5.0

auth0-python version

4.6.0

Python version

3.11.4

@Cruppelt Cruppelt added the bug This points to a verified bug in the code label Nov 28, 2023
@adamjmcgrath
Copy link
Contributor

hi @Cruppelt - thanks for raising this

This should be fixed when in 4.6.1 which should be released shortly #559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants