diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,10 +12,10 @@ with [Serde](https://serde.rs/) you can enable the following feature flags: `into_form` method for parsing data submitted from HTML forms. - `hyper_body_json` additionaly provides an `into_json` method -Furthermore Sputnik provides what's necessary to implement [signed & expiring -cookies](#signed--expiring-cookies) with the expiry date encoded into the -signed cookie value, providing a more lightweight alternative to JWT if you -don't need interoperability. +With the `security` feature Sputnik furthermore provides what's necessary to +implement [signed & expiring cookies](#signed--expiring-cookies) with the +expiry date encoded into the signed cookie value, providing a more +lightweight alternative to JWT if you don't need interoperability. Sputnik does **not** handle routing because even complex routing can be quite easily implemented with nested `match` blocks. If you want a more high-level |