Rob Ede

Results 360 comments of Rob Ede

If this is not possible with first-party tools, I'd consider this a feature request for `actix-web-httpauth`.

Since DynamoDB allowed TTL in records it is easily satisfies the requrements for the SessionStore trait. I'd be happy to see support for it included in actix-session.

@LukeMathWalker any quick thoughts on this? It seems like a method like the following would satisfy this use case, punting the actual purge logic to the application. ```rust impl Session...

This repo has moved to . You'll want to re-file this over there.

Looks like serde_bytes has their std feature as default, and it's not disabled for the serde feature of this crate.

This popped up today: https://crates.io/crates/deflate64

Also came across this while attempting to upgrade nix. Attempting the uninstall step exits with the same error, but suggests running uninstall with the older version which was used for...

closed by #3363 You can now use [`HttpServer::bind_rustls_0_23()`](https://docs.rs/actix-web/4/actix_web/struct.HttpServer.html#method.bind_rustls_0_23).

As stated in [the docs](https://docs.rs/actix-web-actors/latest/actix_web_actors/ws/enum.HandshakeError.html#variant.NoWebsocketUpgrade) this error case is due to (Postman, in this case) not sending the correct Upgrade header to initiate a WebSocket.

It should be possible to use `cookie` v0.18 manually if you desperately need the experimental Partitioned flag. I want to point out that `cookie` v0.18 is just one option for...