ZELYRA
Home > Packages > zelyra/auth

zelyra/auth

v0.1.50 SECURITY Apache-2.0 / MIT

Complete authentication and authorization suite featuring Argon2id password hashing, RBAC permissions, and capability barriers.

✓ Built-in Module – automatically available

Usage Example

role Admin { can: ["users.read", "users.write", "audit.export"] } fn delete_account(target: UserId) capability AuthGuard<Admin> { print("Account deleted by verified admin.") }

Features & Capabilities

Complete authentication and authorization suite featuring Argon2id password hashing, RBAC permissions, and capability barriers. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.

← Back to Package Registry