You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
Add the user_id directly on oauth2_sessions and make the scope a text list
This commit is contained in:
@@ -427,7 +427,7 @@ export type Oauth2Session = CreationEvent &
|
||||
Node & {
|
||||
__typename?: "Oauth2Session";
|
||||
/** The browser session which started this OAuth 2.0 session. */
|
||||
browserSession: BrowserSession;
|
||||
browserSession?: Maybe<BrowserSession>;
|
||||
/** OAuth 2.0 client used by this session. */
|
||||
client: Oauth2Client;
|
||||
/** When the object was created. */
|
||||
|
||||
Reference in New Issue
Block a user