10 Commits

Author SHA1 Message Date
sander 38bf10d3d2 Bump version to 1.0.3 2021-08-31 22:41:47 +02:00
Adrien YHUEL 264a9ad369 Make quart-session compatible with aioredis 2.0 2021-08-31 04:33:41 +02:00
filak 8daae3a673 SameSite support 2021-05-12 19:22:17 +02:00
filakx 004871c495 Memcached config 2021-04-20 23:13:20 +02:00
Sander 6d9ebbb264 Correctly bump version 2020-12-09 15:39:42 +01:00
Sander e136ab0101 Actually implement a working NullSessionInterface, fixes pgjones/quart#105, bump version 2020-12-09 15:39:42 +01:00
Sander 51668878df Release 1.0.0
- Added support for arbitrary usage of caching backends.
    - Exposed `get`, `set`, `delete` on the session interface for direct usage.
- Renamed `SESSION_HIJACK_REVERSE_PROXY` to `SESSION_REVERSE_PROXY`.
- Renamed `SESSION_HIJACK_PROTECTION` to `SESSION_PROTECTION`.
- Removed fallback when `X-Forwarded-For` is not present whilst USING `SESSION_REVERSE_PROXY`, emit error instead.
- Fixed a bug where session timeouts would default to 600 seconds.
- Deprecated/disabled the `dirty()` method.
2020-12-09 15:39:42 +01:00
Sander b52e896ef0 Refactor addr 2020-12-09 15:39:42 +01:00
Sander 0f9ba5052c Redis+Trio support 2020-12-09 15:39:42 +01:00
Sander fb5678afbb Initial commit 2020-12-09 15:39:42 +01:00