1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
265b213123 implement contains_key, update, update_or (#459)
* implement contains_key, update, update_or

* docs(session): update docs for new methods

* docs(session): clarify errors

* test(session): fix doctest

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2025-01-14 00:51:40 +00:00
e2bf504055 feat(session): use real async traits (#365) 2024-01-04 04:10:46 +00:00
77b8dcdf59 chore: clippy 2024-01-04 04:05:56 +00:00
aaedb9c625 MSRV 1.68 (#328) 2023-09-16 00:30:38 +01:00
8fd166435f Add secure field to removal cookie (#300)
Closes https://github.com/actix/actix-extras/issues/299
2022-11-08 09:29:23 +00:00
1561bda822 apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00
6e79465362 make RateLimiter non-exhaustive 2022-07-31 03:03:43 +01:00
810a88a156 fix: bad interaction between session state changes and renewal (#265) 2022-07-24 14:27:25 +00:00
c2f068db66 Add a new configuration parameter to refresh the TTL of the session even if unchanged (#233)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-03 21:18:14 +01:00
8fd1772d5e Consistent import formatting (#237) 2022-03-29 11:46:13 +01:00
8db1088345 [actix-session] Opaque 500s (#236) 2022-03-25 18:10:38 +00:00
7e6335a09f Rework actix session (#212)
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Luca P <rust@lpalmieri.com>
Co-authored-by: Sebastian Rollén <38324289+SebRollen@users.noreply.github.com>
2022-03-05 23:22:14 +00:00