Explicitly pass session / auth data (as opposed to passing it through the Context) #1122
Unanswered
josephbuchma
asked this question in
Q&A
Replies: 1 comment 2 replies
-
For now, the only way is to pass it through context. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add additional properties to handler parameters that will be populated in the middleware? As far as I can tell, right now, the only way to have session data available in the handler is to add it to the context in the middleware.
Beta Was this translation helpful? Give feedback.
All reactions