• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mattupstate / flask-jwt / 118

Builds Branch Commit Type Ran Committer Via Coverage
118 master Removed rogue tab characters Pull #85 20 Apr 2016 12:15PM UTC badlydrawnrod travis-ci pending completion   set done
117 master Fix attribute error in default payload handler. If the authentication handler returned a dictionary rather than an object then the default payload handler would throw an AttributeError as no default value was supplied for getattr(). Pull #85 20 Apr 2016 11:55AM UTC badlydrawnrod travis-ci pending completion   set done
116 master Fix AttributeError on identity When the user object returned by the authentication_handler is a dict, this exception is raised: File "/usr/local/lib/python2.7/dist-packages/flask_jwt/__init__.py", line 53, in _default_jwt_payload_handler ... Pull #84 11 Apr 2016 12:23PM UTC dokime7 travis-ci pending completion   set done
115 master Added test for JWT_AUTH_ENDPOINT support Pull #83 05 Apr 2016 10:46AM UTC vasa-chi travis-ci pending completion   set done
114 master make the default jwt_payload_handler work even if the identity has no 'id' attribute Pull #79 05 Mar 2016 09:35PM UTC ntamas travis-ci pending completion   set done
113 master Allow fallback to 'id' key Pull #78 14 Feb 2016 04:51AM UTC jobevers travis-ci pending completion   set done
112 master Update index.rst Included a note about deployment to Apache/mod_wsgi gotcha. Pull #76 13 Feb 2016 12:09AM UTC cjmochrie travis-ci pending completion   set done
111 master Stop 500's on non-object JSON If the mimetype is indeed JSON, but strings or arrays are POSTed, an `AttributeError` will be thrown when trying to call `get()`. Pull #75 03 Feb 2016 03:19PM UTC DavidCain travis-ci pending completion   set done
110 master Stop 500's on a non-JSON /auth request When the request is not JSON (and the `force` flag is False), Flask's `get_json()` will return None: https://github.com/mitsuhiko/flask/blob/0.10.1/flask/wrappers.py#L127 If somebody POSTs to `/auth` with a... Pull #75 03 Feb 2016 03:09PM UTC DavidCain travis-ci pending completion   set done
109 master Coerce identity ID to str before encoding Pull #73 25 Jan 2016 10:04AM UTC ianunruh travis-ci pending completion   set done
108 master Cleaned up doc strings Pull #72 24 Dec 2015 02:05AM UTC schoolie travis-ci pending completion   set done
107 master raise exception if invalid json in body Pull #71 11 Dec 2015 02:44PM UTC jbouzekri travis-ci pending completion   set done
106 master do not server error on non-json auth attempt Pull #70 07 Dec 2015 06:26PM UTC peterlada travis-ci pending completion   set done
105 master Remove config option doc for superseded ones JWT_LEEWAY was listed twice JWT_VERIFY is superseded by JWT_VERIFY_CLAIMS JWT_VERIFY_EXPIRATION is superseded by JWT_REQUIRED_CLAIMS Pull #69 06 Dec 2015 03:55PM UTC peterlada travis-ci pending completion   set done
104 master Fix incorrect id resolution Pull #68 01 Dec 2015 01:33PM UTC jasonchoimtt travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc