opatry / taskfolio

An Android task management app built using Google Tasks API. Developed to demonstrate my expertise in modern Android development.
https://opatry.github.io/taskfolio/
MIT License
0 stars 0 forks source link

Android authorization flow 🔑 #4

Closed opatry closed 4 days ago

opatry commented 4 days ago

Use native Google sign-in flow on Android.

Replace HttpGoogleAuthenticator used on Desktop in Android DI to rely on a more native/built-in sign-in mechanism.

[!NOTE] The current use of HttpGoogleAuthenticator is not ideal but at least "it works©", reason why the priority is quite low despite the real added value.