aboutsummaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
authormsi2025-11-13 17:13:42 -0300
committermsi2025-11-13 17:13:42 -0300
commitabbece2d4cffddf1a71d31ee715695610cb7871a (patch)
tree085e38bfd9d13ef8d0e3e4cf8ba0ccebafda74f6 /web/README.md
parent87e1be84a219cdfabd7d13aa98d7fd66b0d05704 (diff)
downloadtemplates-abbece2d4cffddf1a71d31ee715695610cb7871a.tar.gz
Add session layer
Diffstat (limited to 'web/README.md')
-rw-r--r--web/README.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/web/README.md b/web/README.md
index 01cf846..2f76393 100644
--- a/web/README.md
+++ b/web/README.md
@@ -1,10 +1,15 @@
# web template
-* Axum
-* Graceful Shutdown
-* Minijinja
-* Prometheus
-* Middleware Ip
-* Config
-* Tracing
-* 404
+* [x] Axum
+* [x] Graceful Shutdown
+* [x] Minijinja
+* [x] Prometheus
+* [ ] Middleware Ip
+* [x] Request Id Header
+* [x] Static files
+* [ ] Config
+* [x] Tracing
+* [ ] Messages (like flask)
+* [x] Sessions
+* [ ] CSRF
+* [ ] 404