1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 02:37:42 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
f4bcebdecd allow user to set the cookie HttpOnly policy for the redis session (#36)
* allow user to set the cookie HttpOnly policy for the redis session

Signed-off-by: Bart Willems <bwillems@protonmail.com>
2020-03-29 21:36:01 +09:00
21024be9d6 Bump up to 0.9.0-alpha.1 2020-03-27 20:50:31 +09:00
2bfc9be5ad Run rustfmt 2020-03-27 20:50:31 +09:00
79dc7fcaff Update actix-redis' dependencies (#24)
* Update actix-redis's dependencies

* Change `chrono::Duration` to `time::Duration` in the docs

* Remove unneeded comment

* Update CHANGES.md
2020-03-15 16:54:35 +09:00
8bc0227ec8 Fix clippy warning 2020-02-18 08:22:33 +09:00
e225e2aec7 Move env_logger to dev-dependencies 2020-02-18 08:11:36 +09:00
66edc228c3 Prepare for new release 2020-02-18 08:01:26 +09:00
650470901b Clean up READMEs 2020-01-30 18:39:35 +09:00
21994c13eb Fix/suppress clippy warnings 2020-01-30 18:21:02 +09:00
d8f3f94ece Clean up metadata 2020-01-30 18:08:20 +09:00
c4c0680a6e Remove unused config 2020-01-30 15:57:38 +09:00
90e00f7344 fix badge links 2020-01-30 01:50:18 +00:00
cfb436a363 unify {cors,identity,session} readmes 2020-01-30 01:42:01 +00:00
3cdc0b9d18 fix badges 2020-01-30 01:22:11 +00:00
aac1158304 merge project metadata 2020-01-30 00:31:25 +00:00
2c216e471e move redis to own module 2020-01-29 11:41:40 +00:00