Replies: 1 comment
-
I'm thinking now of how things like Rails or even Elixir work, where the session information can be added as part of building the request. I've been considering manually crafting a session and inserting it somewhere in the request flow but alas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How have people been going about testing routes and handlers that also make use of https://docs.rs/trillium-sessions/latest/trillium_sessions/? I can imagine making another collection of handlers in a test but this does feel like a bit of boilerplate to repeat across projects and I'd love to know what things people have been trying out.
Beta Was this translation helpful? Give feedback.
All reactions