Add LDAP Auth support with synapse REST Auth module

This commit is contained in:
Maxime Dor
2017-09-05 21:31:36 +02:00
parent 85236793e1
commit 4b0d549dd6
6 changed files with 136 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE'
// Matrix Java SDK
compile 'io.kamax:matrix-java-sdk:0.0.1'
compile 'io.kamax:matrix-java-sdk:0.0.2'
// ed25519 handling
compile 'net.i2p.crypto:eddsa:0.1.0'