You've already forked authentication-service
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user