summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-04 16:58:06 +0200
committerGitHub <noreply@github.com>2018-04-04 16:58:06 +0200
commit3d6e2fb15c254d2d8fe75dc0307a4b0fd3e62865 (patch)
tree2f3e992600840a3c9245c315a0f92b419677a198 /README.rst
parent85a2490e1e696c8d62562f8752fc486c02578ec3 (diff)
downloadbugzilla-3d6e2fb15c254d2d8fe75dc0307a4b0fd3e62865.tar.gz
bugzilla-3d6e2fb15c254d2d8fe75dc0307a4b0fd3e62865.tar.xz
Bug 1447028 - Add auth delegation test script
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 64fae335b..adeb1a18e 100644
--- a/README.rst
+++ b/README.rst
@@ -80,6 +80,22 @@ or db is changed, do a full provision:
vagrant rsync && vagrant provision
+Testing Auth delegation
+-----------------------
+
+For testing auth-delegation there is included an `scripts/auth-test-app`
+script that runs a webserver and implements the auth delegation protocol.
+
+Provided you have `Mojolicious`_ installed:
+
+.. code-block:: bash
+ perl auth-test-app daemon
+
+Then just browse to `localhost:3000`_ to test creating API keys.
+
+.. _`Mojolicious`: https://metacpan.org/pod/Mojolicious
+.. _`localhost:3000`: http://localhost:3000
+
Technical Details
-----------------