FlowCrypt / flowcrypt-android

FlowCrypt Android App
https://flowcrypt.com
Other
91 stars 11 forks source link

Integrate Credential Manager with Sign in with Google #2531

Open DenBond7 opened 9 months ago

DenBond7 commented 9 months ago

https://developer.android.com/training/sign-in/credential-manager https://developers.google.com/identity/sign-in/android/start

DenBond7 commented 7 months ago

Credential_Manager_1548.txt

DenBond7 commented 7 months ago

It looks like we can't use it with scopes for now. So we will use the current realization until it is not deprecated.

DenBond7 commented 4 months ago

Before

Authentication and authorization were as a single process

After migration to Credential Manager

Authentication will be implemented by Credential Manager Authorization will be implemented by AuthorizationClient API

More details can be found here

DenBond7 commented 3 months ago

2755 adds migration for Sign-in process. But we can't complete the full migration yet as requesting idToken silently is undefined yet. More details can be found here