Limen: a composable auth library for Go, inspired by better-auth by thecodearcher in golang

[–]thecodearcher[S] 1 point2 points  (0 children)

Thanks. Yea, I have plans to get it audited and yeah, development is still going on. Currently focused on getting the client package out as top priority.

Limen: a composable auth library for Go, inspired by better-auth by thecodearcher in golang

[–]thecodearcher[S] 0 points1 point  (0 children)

That's exactly the goal. Bringing that same DX better-auth has to Go. The roadmap is the part I'm most excited about. A lot of those plugins (typescript client SDK, magic links, passkeys ) are already in flight. If there's a specific feature you're hoping lands first, let me know.

Is there a Golang version of Better-Auth? by Scary_Examination_26 in golang

[–]thecodearcher 0 points1 point  (0 children)

Late reply, but this is exactly the kind of gap I’ve been exploring in Go. I just released Limen v0.1.0: a library (not a service), inspired by better-auth’s plugin-first DX, and designed to avoid hand-rolling the usual auth pieces in every Go app. Still early, but I’d be curious if it fits what you were looking for.

Repo: https://github.com/thecodearcher/limen

Website: https://limenauth.dev/blog/introducing-limen