auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
208 stars 129 forks source link

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

Open cooperkong opened 2 months ago

cooperkong commented 2 months ago

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