A modern, composable authentication library for Go, inspired by better-auth.
Documentation
·
Issues
·
X (@limenauth)
Limen is a modular authentication library for Go that takes a plugin-first approach — the core ships with interfaces, session management, and security primitives, while every authentication method lives in its own importable Go module. You compose exactly the auth stack your application needs without pulling in code/dependencies you don't use.
Out of the box, Limen provides:
- Credential/password authentication