AuthenticationCallback methods are only called the first time I login #607
Labels
bug
This points to a verified bug in the code
waiting for customer
This issue is waiting for a response from the issue or PR author
Milestone
Describe the problem
the first time i login callbacks are recieved as expected callbacks are not recieved in subsequent logins, if i close the app and attempt to login again the same occurs (first time = callbacks recieved, nothing subsequent times) The logs in the auth0 dashboard indicate everything is ok
What was the expected behavior?
callback recieved everytime i login or cancel/error
Sample
Here is a project demontrating the issue, to build it replace "com_auth0_domain" and "com_auth0_client_id" in strings.xml with valid credentials and run.
https://github.com/DaireJN/LockExample.git
Logs
these logs are recieved on fist sign in, no logs occur for subsequent sign ins until app is killed + reopened
2021-02-15 17:42:14.646 26962-26962/packagename V/Lock: AUTHENTICATION action received in our BroadcastReceiver
2021-02-15 17:42:14.646 26962-26962/packagename D/AuthenticationCallback: User authenticated!
lockui2.mov
Environment
The text was updated successfully, but these errors were encountered: