Replies: 1 comment 3 replies
-
First you'll need to remove this line from your config.edn file: biff/starter/resources/config.edn Line 18 in edfd869 Then you can create a biff/starter/src/com/example.clj Line 66 in edfd869 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have an example of how to inject your own implementation of ring.middleware.session.store? I wanted to try implementing one using XTDB, but couldn't quite figure out how to wire it up without copy/pasting and altering
wrap-session
:biff/src/com/biffweb/impl/middleware.clj
Line 115 in edfd869
Beta Was this translation helpful? Give feedback.
All reactions