autho 0.1.0

Authentication for web applications
Documentation
# SMTP Test Server

[![crates.io](https://img.shields.io/crates/v/autho.svg)](https://crates.io/crates/autho)
[![Documentation](https://docs.rs/autho/badge.svg)](https://docs.rs/autho)
![Apache2/MIT licensed](https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg)
[![Dependency Status](https://deps.rs/repo/github/alvra/autho/status.svg)](https://deps.rs/repo/github/alvra/autho)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

This crate provides authentication for web applications.


## Features

  * Web framework support: Axum
  * Storage backend support: Tokio-Postgres
  * No unsafe code (`#[forbid(unsafe_code)]`)


## Documentation

[Documentation](https://lib.rs/crates/autho)


## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.


## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.