EzAuth – Simple and plugnplay auth library for Golang (github.com) 2 points by josuebrunel 5mo ago ↗ HN
[–] josuebrunel 5mo ago ↗ I built EzAuth because I kept defaulting to third-party auth services (go-true, Supabase) even when I just wanted a simple, native solution in Go.The goal is a BetterAuth-style developer experience, but fully self-hosted and idiomatic Go.The project is still beta, but all core features are implemented and working.Repo: https://github.com/josuebrunel/ezauthI’d appreciate feedback, especially around API design and DX.
1 comment
[ 0.24 ms ] story [ 1012 ms ] threadThe goal is a BetterAuth-style developer experience, but fully self-hosted and idiomatic Go.
The project is still beta, but all core features are implemented and working.
Repo: https://github.com/josuebrunel/ezauth
I’d appreciate feedback, especially around API design and DX.