BasicOIDC/src/utils/mod.rs
Pierre Hubert 6cc9f4c54c
All checks were successful
continuous-integration/drone/push Build is passing
Refactor dependencies to reduce code base size (#111)
Use crates to reduce code base size :

* `actix-remote-ip` to safely determine user IP location
* `light-openid` for the OpenID primitives & as client to handle federation

Reviewed-on: #111
2023-04-29 11:11:24 +00:00

5 lines
70 B
Rust

pub mod crypt_utils;
pub mod err;
pub mod string_utils;
pub mod time;