How do I Authenticate my Users in Go/TypeScript?

Опубликовано: 05 Октябрь 2024
на канале: Ben Davis
15,493
396

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-...
GO AUTH0 QUICKSTART: https://auth0.com/docs/quickstart/bac...
REACT AUTH0 QUICKSTART: https://auth0.com/docs/quickstart/spa...

twitter:   / benjamin41902  
insiderviz: https://www.insiderviz.com

#authentication #golang #typescript