Skip to content

Initial release

Compare
Choose a tag to compare
@hzlmn hzlmn released this 15 Mar 12:53
· 62 commits to master since this release
  • Introduced check_permissions decorator for providing scope based permission model for your application handlers.

    Permissions should be described as an array of strings inside the JWT token, or as a space-delimited OAuth 2.0 Access Token Scope string.

  • Introduced JWT middleware for encoding/verifying your JWT token and setting property on aiohttp.Request object.