Commit Graph

19 Commits

Author SHA1 Message Date
daniel156161 b3105423f8 fix that it can set the responce cookie correctly for newer werkzeug version 2025-09-18 18:16:18 +02:00
Jonathon Fletcher 7e43c76ad0 do not unpack initial in call to ServerSideSession's super. 2023-11-04 11:50:46 -07:00
Kroket Ltd 31a56ddd47 session_cookie_name fix due to https://github.com/pallets/flask/pull/4995/files 2023-10-17 01:40:11 +03:00
Peter Heise 5119f60434 Changed aioredis import for python 3.11 2023-01-15 21:38:47 +01:00
Adrien YHUEL 5301b4418f Fix MemcachedSession
Remove asyncio loop argument
Remove asyncio.coroutine annotation as it is removed in Python 3.11
2022-11-24 15:10:48 +01:00
Kroket Ltd 3e6b102b34 Transfer copyright, bump version 2022-11-13 03:36:15 +02:00
Kyle Smith b9f2dc0067 add session handler for mongodb: MongoDBSessionInterface 2022-03-17 15:51:45 -04:00
Sander a82799d358 use self._config instead of app.config 2022-03-10 14:59:32 +02:00
Sander 9d02429aee Change README to support new config option SESSION_URI 2022-03-10 14:54:41 +02:00
rubikscuber 43956f045f Update sessions.py 2022-03-10 13:45:28 +01:00
rubikscuber cdd237b5f9 respect custom redis uri
enable usage of app.config["REDIS_URI"]
2022-03-10 11:28:03 +01: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 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