You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
Include "state" in authorization request errors
This commit is contained in:
@@ -177,7 +177,6 @@ pub struct AuthorizationRequest {
|
||||
#[derive(Serialize, Deserialize, Default)]
|
||||
pub struct AuthorizationResponse<R> {
|
||||
pub code: Option<String>,
|
||||
pub state: Option<String>,
|
||||
#[serde(flatten)]
|
||||
pub response: R,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user