ezidam, openid: refactor check app in method, verifying and send POST as well
This commit is contained in:
parent
8ae0c59a25
commit
eb93cbd7ec
7 changed files with 76 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue