Today we looked at 3rd party authentication and web security.
We built a simple Express.js web app that uses Passport to allow users to sign in with Google.
After that we used Wireshark to snoop on network trafic to that web app to get an authenticated user's session id to make HTTP requests to the app as them.