aiohttp-security icon indicating copy to clipboard operation
aiohttp-security copied to clipboard

auth and permissions for aiohttp

Results 40 aiohttp-security issues
Sort by recently updated
recently updated
newest added

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...

dependencies

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...

dependencies

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.8.2. Release notes Sourced from pytest-mock's releases. v3.8.2 3.8.2 (2022-07-05) Fixed AsyncMock support for Python 3.7+ in mocker.async_stub (#302). v3.8.1 Releases 3.8.1 (2022-06-24) Fix regression...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 37.0.4. Changelog Sourced from cryptography's changelog. 37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: 37.0.3...

dependencies

Bumps [aiopg[sa]](https://github.com/aio-libs/aiopg) from 1.3.3 to 1.3.4. Changelog Sourced from aiopg[sa]'s changelog. 1.3.4 (2022-06-30) ^^^^^^^^^^^^^^^^^^ 1.3.4b3 (2022-06-29) ^^^^^^^^^^^^^^^^^^^^ 1.3.4b2 (2022-06-29) ^^^^^^^^^^^^^^^^^^^^ 1.3.4b1 (2022-06-29) ^^^^^^^^^^^^^^^^^^^^ Fix compatibility with SA 1.4.38 [#891](https://github.com/aio-libs/aiopg/issues/891) <https://github.com/aio-libs/aiopg/pull/891>_...

dependencies

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

Hi, The SessionIdentityPolicys `remember` method calls aiohttp_sessions [get_session](https://github.com/aio-libs/aiohttp-security/blob/master/aiohttp_security/session_identity.py#L30) but the aiohttp_session docs state to always use [new_session](https://aiohttp-session.readthedocs.io/en/stable/reference.html#aiohttp_session.new_session) for logins - is that not what `remember` is mostly be used in,...

I try to launch `demo/database_auth` example but I get an error: ``` Traceback (most recent call last): File "demo/database_auth/main.py", line 9, in from aioredis import create_pool ImportError: cannot import name...