sova-auth 0.1.5

Fortify-style authentication for Sova (register, 2FA, reset, roles)
Documentation

crates.io downloads docs.rs License Donate

sova-auth

Fortify-style authentication for Sova (register, 2FA, reset, roles).

Part of Sova — Express-like HTTP for Rust.

Guide: https://s00d.github.io/sova/plugins/auth
API: https://docs.rs/sova-auth

Install

Via the facade (recommended):

cargo add sova --features auth

Or direct:

cargo add sova-auth

License

MIT — see LICENSE.