gmailgem / gmail

A Rubyesque interface to Gmail, with all the tools you'll need.
Other
397 stars 119 forks source link

Review blocked sign-in attempt #227

Closed SagareGanesh closed 8 years ago

SagareGanesh commented 8 years ago

When i tried to login through gmail, Google sent me following mail.

Review blocked sign-in attempt.

Google just blocked someone from signing into your Google Account from an app that may put your account at risk.

Less secure app

Thursday, September 22, 2016 6:29 PM (India Standard Time) Pune, Maharashtra, India*

can anyone explain me what is reason behind it.

Shwetakale commented 8 years ago

@SagareGanesh As per this now gmail requires "'modern' higher-security OAuth2 authentication during sign-in". And you are logging in using your email and password (i.e third party login) so probably you are getting this. For more details read this.

SagareGanesh commented 8 years ago

@Shwetakale yes, you are right. All Google accounts now require modern higher-security OAuth2 authentication during sign-in. Conclusion is, use XOAuth authentication for login instead of Direct username password, its more secure. thanks.