From 0b99e847285d7b364490f4f1c0a50db417f90591 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 20 Jun 2017 09:53:13 +0200 Subject: [PATCH] Added installation of JWT into Eiffel installation. --- tools/install_ewf.bat | 4 ++++ tools/uninstall_ewf.bat | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/install_ewf.bat b/tools/install_ewf.bat index ff873472..4c7d2a23 100644 --- a/tools/install_ewf.bat +++ b/tools/install_ewf.bat @@ -100,6 +100,10 @@ echo Install library: http_authorization %SAFE_MD% %TMP_CONTRIB_DIR%\library\web\authentication %COPYCMD% %TMP_DIR%\library\server\authentication\http_authorization %TMP_CONTRIB_DIR%\library\web\authentication\http_authorization +echo Install library: jwt +%SAFE_MD% %TMP_CONTRIB_DIR%\library\web\authentication +%COPYCMD% %TMP_DIR%\library\security\jwt %TMP_CONTRIB_DIR%\library\web\authentication\jwt + echo Install library: openid %SAFE_MD% %TMP_CONTRIB_DIR%\library\web\authentication %COPYCMD% %TMP_DIR%\library\security\openid %TMP_CONTRIB_DIR%\library\web\authentication\openid diff --git a/tools/uninstall_ewf.bat b/tools/uninstall_ewf.bat index e65b7cb6..8ceba2a2 100644 --- a/tools/uninstall_ewf.bat +++ b/tools/uninstall_ewf.bat @@ -65,7 +65,9 @@ echo Uninstall library: content_negotiation %RDCMD% %TMP_CONTRIB_DIR%\library\network\protocol\content_negotiation echo Uninstall library: http_authorization %RDCMD% %TMP_CONTRIB_DIR%\library\web\authentication\http_authorization -echo Uninstall library: security\openid +echo Uninstall library: jwt +%RDCMD% %TMP_CONTRIB_DIR%\library\web\authentication\jwt +echo Uninstall library: openid %RDCMD% %TMP_CONTRIB_DIR%\library\web\authentication\openid echo Uninstall library: uri_template %RDCMD% %TMP_CONTRIB_DIR%\library\text\parser\uri_template