EzAuth – Simple and plugnplay auth library for Golang

(github.com)

1 points | by josuebrunel 8 hours ago ago

1 comments

  • josuebrunel 8 hours ago 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.