-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Description
High-level tracking issue to collect together some context on auth issues from various issue reports and figure out the direction we want to go.
I've seen a few flavors of issues:
- Setup is a pain in general (Initial setup is long. #572, Improve experience when gcalcli is missing auth #691)
- Auth seems completely broken (Sign in with Google temporarily disabled for this app #497, App is blocked by Google #580)
- Frequently needing to reauthenticate (I have renew the token every 7 days #628, Hourly authentication "The authentication flow has completed." #663)
- Awkward remote server cases and concerns about "out-of-band flow" deprecation (you may lose access to apps that are using less secure sign-in technology (OOB flow) #626)
- Other corner cases (Same account on multiple devices cause app block #650)
Overall I believe auth is generally functional again now that we've switched off of the deprecated oauth2client dep in #683, but only if you carefully follow the setup instructions from the README and don't trip over some huge gotchas.
Reactions are currently unavailable