ezidam, openid: refactor check app in method, verifying and send POST as well

This commit is contained in:
Philippe Loctaux 2023-03-16 21:38:32 +01:00
parent 8ae0c59a25
commit eb93cbd7ec
7 changed files with 76 additions and 22 deletions

View file

@ -1,10 +1,12 @@
mod database;
mod error;
mod get_valid;
use chrono::{DateTime, Utc};
use id::AppID;
pub use crate::error::Error;
pub use get_valid::Error as GetValidError;
#[derive(Debug)]
pub struct App {