Skip to content

3.9.0

Compare
Choose a tag to compare
@vimalloc vimalloc released this 11 May 03:19
  • Allows passing JWTs in via the query string (#117). Note that in most cases this is not a great idea, see the documentation as to why.
  • Break out code to verify JWTs in a request into helper functions. This allows you to easily create your own decorators that utilize this extension (such as a role_required decorator), or hook up functionality to a flask before_request. (#131)