aiohttp-security 0.3.0
Changes
- Deprecate
login_required
andhas_permission
decorators. Usecheck_authorized
andcheck_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