sova-auth 0.1.4

Fortify-style authentication for Sova (register, 2FA, reset, roles)
Documentation
[![crates.io](https://img.shields.io/crates/v/sova-auth?style=for-the-badge)](https://crates.io/crates/sova-auth)
[![downloads](https://img.shields.io/crates/d/sova-auth?style=for-the-badge)](https://crates.io/crates/sova-auth)
[![docs.rs](https://img.shields.io/docsrs/sova-auth?style=for-the-badge)](https://docs.rs/sova-auth)
[![License](https://img.shields.io/crates/l/sova-auth?style=for-the-badge)](https://github.com/s00d/sova/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-Donationalerts-ff4081?style=for-the-badge)](https://www.donationalerts.com/r/s00d88)

# sova-auth

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

Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.

**Guide:** [https://s00d.github.io/sova/plugins/auth](https://s00d.github.io/sova/plugins/auth)  
**API:** [https://docs.rs/sova-auth](https://docs.rs/sova-auth)

## Install

Via the facade (recommended):

```bash
cargo add sova --features auth
```

Or direct:

```bash
cargo add sova-auth
```

## License

MIT — see [LICENSE](LICENSE).