# auth

togo base auth: JWT + RBAC + multi-guard, Supabase/GoTrue first-class, OAuth/Firebase/WorkOS as plugins

```bash
togo install togo-framework/auth
```

## Facts

- Repository: https://github.com/togo-framework/auth
- Stars: 0
- Language: Go
- Licence: MIT
- Last push: 2026-06-28
- Topics: auth, authentication, go, golang, jwt, plugin, rbac, togo

## Packages that extend this (9)

- **auth-dev** — Developer login for togo auth (dev-only)
- **auth-firebase** — Firebase Authentication driver for togo auth
- **auth-mfa** — togo MFA — TOTP 2FA, recovery codes, email OTP, magic-link, account lockout & password policy
- **auth-oauth** — OAuth2 social login for togo auth
- **auth-passkeys** — togo passkeys — WebAuthn/FIDO2 passwordless login for the auth family
- **auth-platform** — togo organizations & teams — multi-tenant auth with per-org roles, invites & branding
- **auth-saml** — togo SAML 2.0 SSO — service-provider login (metadata/login/ACS) issuing an auth session
- **auth-session-redis** — Redis session store for togo auth
- **auth-workos** — WorkOS SSO/SAML driver for togo auth

Readme: https://github.com/togo-framework/auth#readme
