Skip to content

v0.1.0

Compare
Choose a tag to compare
@hzlmn hzlmn released this 28 Mar 09:02
· 39 commits to master since this release
  • Added support for checking revoked tokens

    Now users can pass is_revoked callback that should return bool value that indicates token status and in case of True, middleware will raise HTTPForbidden with Token is revoked message.

  • Better description for token decoding error.

  • Added more usage examples. Thanks @vikitikitavi