rskit-auth 0.2.0-alpha.1

JWT, OIDC, password hashing, and request-context auth helpers
Documentation
1
2
3
4
5
6
7
//! Password hashing and short-lived reset-token generation.

mod hasher;
mod reset;

pub use hasher::{HashAlgorithm, PasswordHasher};
pub use reset::ResetTokenGenerator;