I use Auth0 for my authentication. Why? I don't like super sensitive info in my database if I can help it, and it provides a ton of super nice features that save me a ton of time and effort. Today I am showcasing an example app I built that implements auth in a GoLang web server and a React app created with Vite. EXAMPLE APP: https://github.com/bmdavis419/golang-auth0-example GO AUTH0 QUICKSTART: https://auth0.com/docs/quickstart/backend/golang/01-authorization REACT AUTH0 QUICKSTART: https://auth0.com/docs/quickstart/spa/react/01-login#create-a-new-application twitter: https://twitter.com/benjamin41902 insiderviz: https://www.insiderviz.com #authentication #golang #typescript