From b2f671989de697ab6d1022fa63e2fea607c3b23e Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 25 Jun 2026 06:37:27 -0400 Subject: [PATCH] docs: list ring-defaults (via jolt-crypto) --- docs/libraries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/libraries.md b/docs/libraries.md index f2fc671..9a6308e 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -14,6 +14,10 @@ the [examples](https://github.com/jolt-lang/examples), e.g. the * [ring-core](https://github.com/ring-clojure/ring) — via `:deps/root "ring-core"`, on the ring-app example * [ring-codec](https://github.com/ring-clojure/ring-codec) — URL/form encoding +* [ring-defaults](https://github.com/ring-clojure/ring-defaults) — the standard + middleware stack (params, static resources + content-type, session, security + headers); its session/CSRF crypto comes from + [jolt-lang/jolt-crypto](https://github.com/jolt-lang/jolt-crypto) (OpenSSL) * [reitit-core](https://github.com/metosin/reitit) — data-driven routing; the `reitit.Trie` Java class is mirrored by [jolt-lang/router](https://github.com/jolt-lang/router). `JOLT_FEATURES` `clj`.