Rocket/examples/config
Sergio Benitez 722ee93f8b Update to cookie 0.7. Use 256-bit session_keys.
This commit involves several breaking changes:
  * `session_key` config param must be a 256-bit base64 encoded string.
  * `FromRequest` is implemented for `Cookies`, not `Cookie`.
  * Only a single `Cookies` instance can be retrieved at a time.
  * `Config::take_session_key` returns a `Vec<u8>`.
  * `Into<Header>` is implemented for `&Cookie`, not `Cookie`.
2017-03-07 01:19:06 -08:00
..
src Add lints to catch unmanaged state and unmounted routes. 2017-01-29 01:13:52 -08:00
tests Fix config example tests for new Config structure. 2017-01-12 02:47:25 -08:00
Cargo.toml Remove authorship from all examples. 2017-01-19 17:14:01 -08:00
Rocket.toml Update to cookie 0.7. Use 256-bit session_keys. 2017-03-07 01:19:06 -08:00