Skip to content

4.1.0

Compare
Choose a tag to compare
@vimalloc vimalloc released this 09 Mar 15:50
· 100 commits to master since this release
  • Allow JWT type to be things besides refresh or access (#401). Any type that is not refresh will be considered an access token. Thanks @sambonner for the PR!
  • Allow locations kwarg for jwt_required() to be a string (#394)
  • Minor documentation improvements