ej-auth 0.3.0

Authentication utilities for the EJ framework, including JWT management and password hashing.
Documentation
1
2
3
4
5
//! Crate Prelude

pub use crate::error::Error;

pub type Result<T> = core::result::Result<T, Error>;