account
User account management with encrypted storage.
ORM-like modules for accounts, authentication, messengers, and sessions. Consistent APIs with encryption by default and industry-standard cryptographic algorithms.
ASVS v5.0 Level 3
Code coverage
Supply chain security
ChaCha20-Poly1305 encryption, Argon2id password hashing, HMAC-signed sessions, and timing-safe authentication out of the box.
ORM-like interface for accounts, credentials, messengers, and sessions. Encryption and decryption applied transparently.
WebAuthn/FIDO2, recovery codes, and access tokens. Pluggable credential types with a unified authentication flow.
DynamoDB, PostgreSQL, SQLite, and Cloudflare D1. Swap storage backends without changing your application code.
Every sensitive field is encrypted before storage with per-user derived keys. Digests are used for lookups instead of plaintext.
SAST, DAST, SCA, fuzzing, and performance benchmarks run on every commit. OpenSSF Scorecard and SLSA 3 compliant.
Modular packages that work together or standalone.
User account management with encrypted storage.
Core authentication with multi-factor support.
HMAC-signed session management.
Messaging framework for email verification.
Cryptographic utilities for encryption and hashing.
Pluggable storage backends for persistence.