The scariest part of building a web app for me was building proper authentication (authn) and authorization (authz). First, auth is a huge bridge between the front-end and back-end, and I had no prior experience implementing auth from the front-end side. Second, I’d never used a third-party auth provider like…