JAMES-1789 Webadmin now supports authentication via JWT
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/689ec5ca Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/689ec5ca Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/689ec5ca Branch: refs/heads/master Commit: 689ec5ca35afc3da26174d589726fa61a9d187d8 Parents: 28cfa6d Author: benwa <[email protected]> Authored: Thu Jun 8 20:16:28 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 14:55:17 2017 +0700 ---------------------------------------------------------------------- server/protocols/webadmin/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/689ec5ca/server/protocols/webadmin/README.adoc ---------------------------------------------------------------------- diff --git a/server/protocols/webadmin/README.adoc b/server/protocols/webadmin/README.adoc index c4ab9ae..56d0032 100644 --- a/server/protocols/webadmin/README.adoc +++ b/server/protocols/webadmin/README.adoc @@ -2,7 +2,7 @@ The web administration supports for now the CRUD operations on the domains, the users and the users mailboxes, as described in the following sections. -**WARNING**: This API do not allow authentication for now. It means that an administrator should ensure an attacker can not use this API. +**WARNING**: This API allow authentication only via the use of JWT. It means that, otherwise, an administrator should ensure an attacker can not use this API. == Administrating domains --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
