From ada9353a7eb333cd3b108a5cb86377305c0fec1b Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 4 Dec 2015 15:10:25 -0600 Subject: [PATCH] removed unwanted referene to jwt in tools --- gluon/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/tools.py b/gluon/tools.py index 6a7a021e..5009e3b3 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1423,7 +1423,7 @@ class Auth(object): hmac_key=None, controller='default', function='user', cas_provider=None, signature=True, secure=False, csrf_prevention=True, propagate_extension=None, - url_index=None, jwt=None): + url_index=None): ## next two lines for backward compatibility if not db and environment and isinstance(environment, DAL):