async-session icon indicating copy to clipboard operation
async-session copied to clipboard

Async session support with plugabble backends

Results 18 async-session issues
Sort by recently updated
recently updated
newest added

This was already mentioned in #40 but I think it still applies. From looking at the code, it seems that the cookie is just the serialized `Session` instance and as...

Are there any plans to release a new version? Lot's of dependencies moved and some crates that use `async-session` need to make the upgrade and it would be much cleaner...

Hello, As the title says, async-redis-session is effectively dead, but it's recommended in the readme. There hasn't been activity on the repo since 2021, and not much heard from the...

* Remove interior mutability inside of Session * store values in memory as serde_json::Values instead of strings * add Session::take_value * use dashmap in MemoryStore * add an Error associated...

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Changelog Sourced from base64's changelog. 0.21.2 Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code...

dependencies

I've tried using `MemoryStore`, but when I try to load the session and then alter it and finally save it the result of the `store_session` call is `None`, even though...