1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-12-11 13:03:11 +03:00

Axum migration: /oauth2/keys.json and /.well-known/openid-configuration

This commit is contained in:
Quentin Gliech
2022-03-30 15:28:02 +02:00
parent 9cb5650167
commit 64900ef1d9
8 changed files with 167 additions and 250 deletions

View File

@@ -123,7 +123,7 @@ use serde::{{Deserialize, Serialize}};"#,
///
/// Source: <{}>
#[derive(
Debug, Clone, Copy, PartialEq, Eq, Hash, Display, FromStr, Serialize, Deserialize, JsonSchema,
Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Display, FromStr, Serialize, Deserialize, JsonSchema,
)]
pub enum {} {{"#,
section.doc,