Skip to content

Releases: aio-libs/aiohttp-security

0.5.0

18 Nov 20:10
bb4d699
Compare
Choose a tag to compare
  • Added type annotations.
  • Added a reason message when permission is rejected.
  • Switched to aiohttp.web.AppKey.
  • Reverted change in JWTIdentityPolicy so identity returns str.

v0.4.0

06 Mar 20:44
Compare
Choose a tag to compare

Changes

  • Bump minimal supported aiohttp version to 3.2
  • Use request.config_dict for accessing jinja2 environment. It allows to reuse jinja rendering engine from parent application.

aiohttp-security 0.3.0

06 Mar 20:43
Compare
Choose a tag to compare

Changes

  • Deprecate login_required and has_permission decorators. Use check_authorized and check_permission helper functions instead.
  • Bump supported aiohttp version to 3.0+
  • Enable strong warnings mode for test suite, clean-up all deprecation warnings.
  • Polish documentation

aiohttp-security 0.2.0

20 May 15:50
Compare
Choose a tag to compare

Changes

  • Add is_anonymous, login_required, has_permission helpers (#114)

aiohttp-security 0.1.2

17 Oct 10:32
Compare
Choose a tag to compare

Changes:

  • Make aiohttp-session optional dependency (#107)