Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartsucker/rust-secure-session
Signed, encrypted session cookies for Iron
https://github.com/heartsucker/rust-secure-session
cryptography http iron rust security session
Last synced: about 2 months ago
JSON representation
Signed, encrypted session cookies for Iron
- Host: GitHub
- URL: https://github.com/heartsucker/rust-secure-session
- Owner: heartsucker
- License: mit
- Created: 2017-04-05T08:37:23.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-17T10:05:23.000Z (over 4 years ago)
- Last Synced: 2024-10-25T16:56:28.020Z (2 months ago)
- Topics: cryptography, http, iron, rust, security, session
- Language: Rust
- Homepage: https://crates.io/crates/secure-session
- Size: 78.1 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-secure-session
Encrypted and signed cookie based sessions for Iron.
Documentation is hosted at [docs.rs](https://docs.rs/secure-session/).
There is an example `iron` server in the directory [./examples](./examples), and more
information can be found in the docs hosted at [docs.rs](https://docs.rs/secure-session/).
A complete reference implementation can be found on
[github](https://github.com/heartsucker/iron-reference).## Contributing
Please make all pull requests to the `develop` branch.
### Bugs
This project has a **full disclosure** policy on security related errors. Please
treat these errors like all other bugs and file a public issue. Errors communicated
via other channels will be immediately made public.## Legal
This work is licensed under the MIT license. See [LICENSE](./LICENSE) for details.