You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Allow loading private keys from files
This commit is contained in:
@@ -253,6 +253,7 @@ impl ServerCommand {
|
||||
let key_store = config
|
||||
.oauth2
|
||||
.key_store()
|
||||
.await
|
||||
.context("could not import keys from config")?;
|
||||
// Wrap the key store in an Arc
|
||||
let key_store = Arc::new(key_store);
|
||||
|
Reference in New Issue
Block a user