| Building | pixboost.com |
| https://github.com/dooman87 | Github |
What a busy end of 2022! We are finishing up with a bang adding a new feature to Pixboost #Image #CDN!
🎈Happy to announce that now our new and existing users can signup or login with their #Google accounts.
I thought I would also share things to consider when implementing. Turned out it’s not just adding the button 😂
❓Do you allow existing users to login with Google?
🙋 We do, but on the first login we delete the password and only allow to use Google Auth. This way we narrow down the blast radius.
❓What happens when a user clicks “Forget Password”?
🙋Users who opted in to use Google Auth are not allowed to forget / setup password
❓Can newly invited users to the existing account use Google Authentication?
🙋Yes, there is an option to do so on the invitation screen!
Have a great festive season and see you next year! 🎅 🎄
Don't be me and add "autocomplete" attribute to your #HTML username/password fields on the Signup/Login/Reset Password forms.
* "new-password" for Sign up
* "current-password" for Login
* "username" for username/email
More info here: https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands/