andyzhou1999 / csci-401-capstone

Repo for hosting Group 28 capstone project
0 stars 3 forks source link

Clear user credential after log out #11

Closed FrostXTJ closed 3 years ago

FrostXTJ commented 3 years ago

With the current Google Login implementation, the app remembers the user's credential even after he logs out, and anyone can log back in without typing the password. It is better to clear the Google Login credential after logout.

FrostXTJ commented 3 years ago

Fix in commit 63476be