{"id":20029514,"url":"https://github.com/http-rs/async-session","last_synced_at":"2025-04-13T07:46:20.379Z","repository":{"id":37801475,"uuid":"238691942","full_name":"http-rs/async-session","owner":"http-rs","description":"Async session support with plugabble backends","archived":false,"fork":false,"pushed_at":"2023-05-26T06:01:58.000Z","size":73,"stargazers_count":124,"open_issues_count":16,"forks_count":23,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-13T07:46:15.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/async-session","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/http-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-06T13:11:30.000Z","updated_at":"2024-12-16T07:20:07.000Z","dependencies_parsed_at":"2024-06-18T22:50:37.613Z","dependency_job_id":"e0c40c8c-c17d-4a2d-8d26-263b46f14c2b","html_url":"https://github.com/http-rs/async-session","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-session","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-session/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-session/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-session/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/http-rs","download_url":"https://codeload.github.com/http-rs/async-session/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681474,"owners_count":21144698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:20:43.096Z","updated_at":"2025-04-13T07:46:20.335Z","avatar_url":"https://github.com/http-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003easync-session\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    Async session support with pluggable middleware\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Crates version --\u003e\n  \u003ca href=\"https://crates.io/crates/async-session\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/async-session.svg?style=flat-square\"\n    alt=\"Crates.io version\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Downloads --\u003e\n  \u003ca href=\"https://crates.io/crates/async-session\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/async-session.svg?style=flat-square\"\n      alt=\"Download\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- docs.rs docs --\u003e\n  \u003ca href=\"https://docs.rs/async-session\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\"\n      alt=\"docs.rs docs\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://docs.rs/async-session\"\u003e\n      API Docs\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/http-rs/async-session/releases\"\u003e\n      Releases\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/http-rs/async-session/blob/main/.github/CONTRIBUTING.md\"\u003e\n      Contributing\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n## Available session stores\n\n* [async-sqlx-session](https://crates.io/crates/async-sqlx-session) postgres, mysql \u0026 sqlite\n* [async-redis-session](https://crates.io/crates/async-redis-session)\n* [async-mongodb-session](https://crates.io/crates/async-mongodb-session)\n* [async-session-r2d2](https://crates.io/crates/async-session-r2d2) - sqlite only\n\n## Framework implementations\n\n* [`tide::sessions`](https://docs.rs/tide/latest/tide/sessions/index.html)\n* [warp-sessions](https://docs.rs/warp-sessions/latest/warp_sessions/)\n* [trillium-sessions](https://docs.trillium.rs/trillium_sessions)\n* [axum-sessions](https://docs.rs/axum_sessions)\n* [salvo-sessions](https://docs.rs/salvo_extra/latest/salvo_extra/session/index.html)\n\n## Safety\nThis crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in\n100% Safe Rust.\n\n## Contributing\nWant to join us? Check out our [\"Contributing\" guide][contributing] and take a\nlook at some of these issues:\n\n- [Issues labeled \"good first issue\"][good-first-issue]\n- [Issues labeled \"help wanted\"][help-wanted]\n\n[contributing]: https://github.com/http-rs/async-session/blob/main/.github/CONTRIBUTING.md\n[good-first-issue]: https://github.com/http-rs/async-session/labels/good%20first%20issue\n[help-wanted]: https://github.com/http-rs/async-session/labels/help%20wanted\n\n## Acknowledgements\n\nThis work is based on the work initiated by\n[@chrisdickinson](https://github.com/chrisdickinson) in\n[tide#266](https://github.com/http-rs/tide/pull/266).\n\n## License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr/\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fasync-session","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttp-rs%2Fasync-session","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fasync-session/lists"}