Oauth2 support for GMail
pmail.com
Oauth2 support for GMail
1–10 of 136 posts
Re: Oauth2 support for GMail
#2Re: Oauth2 support for GMail
#3So Pegasus Mail accesses your email from their servers? For reference, they have an entire flow designed so that the auth credentials never touch the app developer's server for desktop and mobile apps - https://developers.google.com/identity/protocols/oauth2/nati...
Re: Oauth2 support for GMail
#4What?!
Re: Oauth2 support for GMail
#5Re: Oauth2 support for GMail
#6> [...] including even having to prepare a Youtube video showing my code in action. What?!
Re: Oauth2 support for GMail
#7misunderstanding? https://twitter.com/wilbowma/status/1526697254140071936?t=45...
> The cost of the assessment typically varies between $10,000 -$75,000 (or more) depending on the size and complexity of the application; smaller applications may see costs at a lower threshold of $4,500
That's just bad, but pretty typically google.
Re: Oauth2 support for GMail
#8I'm confused… Why do they want to support the OAUTH flow when they can just the normal app password flow without any change in their code, just documentation for their users. https://support.google.com/accounts/answer/185833?hl=en
> Tip: App Passwords aren’t recommended and are unnecessary in most cases. To help keep your account secure, use "Sign in with Google" to connect apps to your Google Account.
So, for Google, App Passwords are clearly "second class citizens", deemed insecure and not recommended. And, as an app developer, you probably don't want to be seen as recommending an insecure authentication method?
Re: Oauth2 support for GMail
#9Re: Oauth2 support for GMail
#10Which is why I never published it (although I have been using it for almost two years), and setting it up requires a series of laborious steps of activating the Google Developer Console, creating API keys etc., which I found just to embarrassing to put in a README :)