ManPhamQuang / COSC2769-rmit

Further web programming - COSC2769
cosc-2769-rmit.vercel.app
MIT License
0 stars 0 forks source link

Feat/integrate google login #112

Closed dangvuthang closed 3 years ago

dangvuthang commented 3 years ago

Changelog

Introducing new login mechanism with google

How to test

  1. Start both frontend and backend app
  2. Navigate to /login, or /signup page
  3. Click on the Login with Google button
  4. See if the account is correctly created once finished
ManPhamQuang commented 3 years ago

Hi @dangvuthang, I tested the Google Login with 2 accounts, I found that if I logged in with an account that does not have an avatar, the app does not show the default avatar. Could you investigate? image

dangvuthang commented 3 years ago

Thank you for the report @ManPhamQuang. I think it should be fine now, I will remove your account in case you want to test again.