Should you roll your own auth? It's a hard question, and until very recently I was firmly against custom auth. However over time my opinions have changed, and today I am breaking down how to implement session auth in a GoLang backend, then use it with a SvelteKit frontend.
PROJECT SOURCE CODE: https://github.com/bmdavis419/svelte-...
🚀 DEPLOY YOUR BACKENDS 🚀
[Railway](https://railway.app/?referralCode=HsdtLw)
My Socials
🐦 [twitter]( / benjamin41902 )
📷 [insta]( / bmdavis419 )
💾 [github](https://github.com/bmdavis419)
My Companies
📈 [insiderviz](https://www.insiderviz.com/)
📅 [BLOK](https://www.theblokapp.com/) (coming soon)
timestamps
0:00 intro
0:42 diagram breakdown
9:50 code breakdown
22:41 thoughts on custom auth
#sveltejs #webdevelopment #programming