libresignin/src/handlers.rs

9 lines
128 B
Rust
Raw Normal View History

2022-02-22 20:31:44 +00:00
//
/*! libresignin
*/
// Copyright 2022, Jesús Pérez Lorenzo
//
pub mod jwt;
pub mod sessions;
pub mod router;
pub mod kratos;