aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-04-09 14:23:14 +0200
committerMartin Fischer <martin@push-f.com>2021-04-09 14:28:25 +0200
commitf755eb02b4be1a2d97941f15c776d2391420ecad (patch)
tree48d4cab357e11cacf7de4a0546f1cae3db5a6382 /README.md
parent61d8ccaddde9ce3f50d11daa706e0c93f70a3cd4 (diff)
make security module optional
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2a81fd..c36d39b 100644
--- a/README.md
+++ b/README.md
@@ -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