Skip to content
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

onResume is called after login from ULP before token is returned #731

Open
6 tasks done
cooperkong opened this issue May 1, 2024 · 0 comments
Open
6 tasks done
Labels
bug This points to a verified bug in the code

Comments

@cooperkong
Copy link

cooperkong commented May 1, 2024

Checklist

Description

onResume will be called in the Activity that launches ULP once the login is finished and before token is returned.
This creates a gap in the code where Auth0 credentials could be used in onResume, which will cause Auth0 to return error before the actual token is returned.

Reproduction

  1. launch ULP
  2. observer that onResume is called before token is returned.

Additional context

No response

Auth0.Android version

2.10.2

Android version(s)

12

@cooperkong cooperkong added the bug This points to a verified bug in the code label May 1, 2024
@cooperkong cooperkong changed the title onResume is called after login from ULP onResume is called after login from ULP before token is returned May 1, 2024
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

1 participant