Understanding Passport & OAuth Authentication
What is Authentication?
Authentication is the act of figuring out who a user is.
Example:
You do username/password login to a website.
Website figures out if you are really a user.
W...