ezidam: added openid configration, well known route
This commit is contained in:
parent
44506422e9
commit
2d0d6857ce
10 changed files with 647 additions and 2 deletions
6
crates/openid/src/lib.rs
Normal file
6
crates/openid/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mod error;
|
||||
mod openid;
|
||||
|
||||
/// Exports
|
||||
pub use error::Error;
|
||||
pub use openid::configuration;
|
||||
Loading…
Add table
Add a link
Reference in a new issue