You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
data-model: simplify the compat sessions
This commit is contained in:
@@ -107,10 +107,6 @@ pub struct PostgresqlBackend;
|
||||
impl StorageBackend for PostgresqlBackend {
|
||||
type AuthorizationGrantData = Ulid;
|
||||
type ClientData = Ulid;
|
||||
type CompatAccessTokenData = Ulid;
|
||||
type CompatRefreshTokenData = Ulid;
|
||||
type CompatSessionData = Ulid;
|
||||
type CompatSsoLoginData = Ulid;
|
||||
type SessionData = Ulid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user