mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-11 17:50:59 +00:00
impl MSC2965: self-advertise as OIDC authentication provider
This commit is contained in:
parent
a7e6f60b41
commit
c322cbcb79
6 changed files with 125 additions and 2 deletions
|
@ -13,6 +13,7 @@ mod media;
|
|||
mod membership;
|
||||
mod message;
|
||||
mod openid;
|
||||
mod oidc;
|
||||
mod presence;
|
||||
mod profile;
|
||||
mod push;
|
||||
|
@ -73,6 +74,7 @@ pub use unversioned::*;
|
|||
pub use user_directory::*;
|
||||
pub use voip::*;
|
||||
pub use well_known::*;
|
||||
pub use oidc::*;
|
||||
|
||||
pub const DEVICE_ID_LENGTH: usize = 10;
|
||||
pub const TOKEN_LENGTH: usize = 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue