Skip to content

aiohttp-security 0.3.0

Compare
Choose a tag to compare
@Dreamsorcerer Dreamsorcerer released this 06 Mar 20:43
· 425 commits to master since this release

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