diff doc/installation.txt @ 5878:1b57d8f3eb97

Add rudimentery experiment JSON Web Token (jwt) support issue2551061: Add rudimentary experimental support for JSON Web Tokens to allow delegation of limited access rights to third parties. See doc/rest.txt for details and intent.
author John Rouillard <rouilj@ieee.org>
date Fri, 27 Sep 2019 20:38:31 -0400
parents e48b039b0ec0
children 6e341009593b
line wrap: on
line diff
--- a/doc/installation.txt	Mon Sep 09 19:39:08 2019 +0200
+++ b/doc/installation.txt	Fri Sep 27 20:38:31 2019 -0400
@@ -112,6 +112,10 @@
   its TEMPLATE-INFO.txt file) you need
   to have the jinja2_ template engine installed.
 
+pyjwt
+  To use jwt tokens for login (experimental), install pyjwt. If you
+  don't have it installed, jwt tokens are not supported.
+  
 Windows Service
   You can run Roundup as a Windows service if pywin32_ is installed.
   Otherwise it must be started manually.

Roundup Issue Tracker: http://roundup-tracker.org/