waaseyaa/auth

Headless authentication for Waaseyaa — login, registration, 2FA, password reset

Maintainers

Package info

github.com/waaseyaa/auth

pkg:composer/waaseyaa/auth

Statistics

Installs: 1 291

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.175 2026-05-01 17:17 UTC

This package is auto-updated.

Last update: 2026-05-08 20:49:32 UTC


README

Layer 1 — Core Data

Headless authentication for Waaseyaa: login, registration, 2FA, password reset.

Owns AuthManager for credential verification and session establishment, TwoFactorManager for TOTP enrollment and verification, RateLimiterInterface plus DatabaseRateLimiter for per-account throttling, and the controller surface for password-reset and email-verification flows. Route registration for /api/auth/* lives in Waaseyaa\Routing\AuthOidcRouteServiceProvider so this package stays free of L4 routing imports.

Key classes: AuthManager, AuthServiceProvider, TwoFactorManager, RateLimiterInterface, DatabaseRateLimiter.