A
ALLOWTHEM
DocsGitHub

Quickstart: Embedded

Add allowthem to your Axum application as a library dependency.

Install

[dependencies]
allowthem-core = "0.1"
allowthem-server = "0.1"

Implement AuthClient

Wire the trait into your application. This gives you login, registration, sessions, and MFA with zero external dependencies.

Detailed walkthrough coming soon.