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
Refactor authorization grant
The authorization grant is now properly separated from the OAuth2 session, which helps avoiding a lot of potential database inconsistencies
This commit is contained in:
@@ -148,8 +148,7 @@ pub struct AuthorizationRequest {
|
||||
|
||||
pub redirect_uri: Option<Url>,
|
||||
|
||||
#[serde_as(as = "StringWithSeparator::<SpaceSeparator, String>")]
|
||||
pub scope: HashSet<String>,
|
||||
pub scope: Scope,
|
||||
|
||||
pub state: Option<String>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user