mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 00:30:43 -05:00
Add JWT support
This commit is contained in:
parent
3e8bb99a2b
commit
3f9948a069
4 changed files with 93 additions and 1 deletions
|
|
@ -29,13 +29,14 @@ from .key import KeyConfig
|
|||
from .saml2 import SAML2Config
|
||||
from .cas import CasConfig
|
||||
from .password import PasswordConfig
|
||||
from .jwt import JWTConfig
|
||||
|
||||
|
||||
class HomeServerConfig(TlsConfig, ServerConfig, DatabaseConfig, LoggingConfig,
|
||||
RatelimitConfig, ContentRepositoryConfig, CaptchaConfig,
|
||||
VoipConfig, RegistrationConfig, MetricsConfig, ApiConfig,
|
||||
AppServiceConfig, KeyConfig, SAML2Config, CasConfig,
|
||||
PasswordConfig,):
|
||||
JWTConfig, PasswordConfig,):
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue