wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.69k stars 1.12k forks source link

Login: Google Master Thread #7675

Closed nheagy closed 7 years ago

nheagy commented 7 years ago

Add Google account login to the existing login flow.

Development tasks

Features

Other issues

Mockup

social-auth-google-login-i2-cropped-thumb

aerych commented 7 years ago

Did a bit of testing this morning with the feature. Most everything works as expected. :) Just a few nitpicks:

nheagy commented 7 years ago

Maybe sanitize input so it only accepts numerics? Otoh, the keyboard is numeric so maybe that's enough?

You're right, we should limit to numbers. iirc on iPad numeric keyboard will still allow letters, and so will pasting. 👍

I agree with the others. Thanks for the testing @aerych!