5 ms·
newbie question: in https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fim
by yukIttEft 2y ago
newbie question: in https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F67eebe86-b51e-491f-b91e-9cada0ad98de_1280x769.png https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_pr...
What is the point of step 8/9? Couldn't a wrong password already be rejected in step 5/6?
- sebazzz 2y agoThis isn’t about passwords. The token from the identity server (Google in this case), describes the user, including their identity - which you may use as a link to the user data. If I were to forge an token, I could impersonate the user. For this reason, you need to verify the token with the identity server.