1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Storage layer for a unified session list

This commit is contained in:
Quentin Gliech
2023-09-08 09:36:08 +02:00
parent f20c8d8ef3
commit f1d420f381
7 changed files with 803 additions and 1 deletions

View File

@@ -177,6 +177,7 @@
use sqlx::migrate::Migrator;
pub mod app_session;
pub mod compat;
pub mod job;
pub mod oauth2;