umbral-auth 0.0.11

Authentication plugin for umbral: User model, argon2 password hashing, login helpers.
Documentation

umbral-auth

Authentication plugin for umbral: User model, argon2 password hashing, login helpers.

This is a built-in plugin for umbral, a batteries-included web framework for Rust.

Install

cargo add umbral umbral-auth

Register the plugin when you build your app, then use it through the umbral facade. See the documentation for the exact builder call and the settings it exposes.

Documentation

License

Licensed under either of MIT or Apache-2.0, at your option.