spawn server listening on localhost, used for oauth redirect_uri

This commit is contained in:
Sebastian Stenzel
2021-07-29 16:57:28 +02:00
parent b21ea61342
commit 7fabc6f52d
7 changed files with 222 additions and 19 deletions

View File

@@ -21,6 +21,7 @@ module org.cryptomator.desktop {
requires com.nulabinc.zxcvbn;
requires org.slf4j;
requires org.apache.commons.lang3;
requires org.eclipse.jetty.server;
requires dagger;
requires com.auth0.jwt;
requires org.bouncycastle.provider;