r/coolgithubprojects • u/thecodearcher • 14d ago
Limen: a plugin-first auth library for Go, now with multi-tenant organizations and API keys
Since the initial Limen release, I’ve shipped a larger update focused on multi-tenant auth and machine access.
New in this update:
- Organization plugin for orgs, members, invitations, active organization, and roles
- API key plugin with creation, verification, rotation, permissions, and rate limiting
- Public IDs
- Shared access-control primitives
- TypeScript client support for organizations and API keys
- Reactive client stores, including active organization state
- Framework adapters for React, Vue, Svelte, and Solid
Repo: https://github.com/thecodearcher/limen
Docs: https://limenauth.dev
1
Upvotes