Checklist
Describe the problem you'd like to have solved
On Android, we have to clear the users web session upon logout (clearSession), which causes an annoying flicker where the web browser appears briefly. Otherwise if user logs out then tries to log back in, they will be automatically logged back with the previous credentials used as the auth0 session is still active.
Describe the ideal solution
If Android also has support for ephemeral session similar to iOS, this would not be a problem as the users web session is not persisted. It looks like ephemeral session are possible, however they may not always be supported. https://developer.chrome.com/docs/android/custom-tabs/guide-ephemeral-tab
Alternatives and current workarounds
There is no current workaround with this library.
Additional context
This may have already been considered by you guys. If this is not possible or desirable it would be good to know the reasoning so i can feed this back to stakeholders. Thanks :)
Checklist
Describe the problem you'd like to have solved
On Android, we have to clear the users web session upon logout (
clearSession), which causes an annoying flicker where the web browser appears briefly. Otherwise if user logs out then tries to log back in, they will be automatically logged back with the previous credentials used as the auth0 session is still active.Describe the ideal solution
If Android also has support for ephemeral session similar to iOS, this would not be a problem as the users web session is not persisted. It looks like ephemeral session are possible, however they may not always be supported. https://developer.chrome.com/docs/android/custom-tabs/guide-ephemeral-tab
Alternatives and current workarounds
There is no current workaround with this library.
Additional context
This may have already been considered by you guys. If this is not possible or desirable it would be good to know the reasoning so i can feed this back to stakeholders. Thanks :)