1 pointby josuebrunel2 hours ago1 comment
  • josuebrunel2 hours 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/ezauth

    I’d appreciate feedback, especially around API design and DX.