Florian S.
Florian S.
Hi, i have a custom oauth2 provider which rotates the client_secret on a regular basis. This client_secret is updated in a file, so i have to read that secret before...
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,...