You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Move clients to the database
This commit is contained in:
@@ -46,14 +46,7 @@ pub fn root(
|
||||
config: &RootConfig,
|
||||
) -> BoxedFilter<(impl Reply,)> {
|
||||
let health = health(pool);
|
||||
let oauth2 = oauth2(
|
||||
pool,
|
||||
templates,
|
||||
key_store,
|
||||
encrypter,
|
||||
&config.clients,
|
||||
&config.http,
|
||||
);
|
||||
let oauth2 = oauth2(pool, templates, key_store, encrypter, &config.http);
|
||||
let views = views(
|
||||
pool,
|
||||
templates,
|
||||
|
||||
Reference in New Issue
Block a user