You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `append_context` when you want to share data between your App and Router instances. Any data you share will be available via the `context` dictionary available in your App or Router context.
455
+
456
+
???+ info
457
+
For safety, we always clear any data available in the `context` dictionary after each invocation.
458
+
459
+
???+ tip
460
+
This can also be useful for middlewares injecting contextual information before a request is processed.
You can use `append_context` when you want to share data between your App and Router instances. Any data you share will be available via the `context` dictionary available in your App or Router context.
232
+
233
+
???+ info
234
+
For safety, we always clear any data available in the `context` dictionary after each invocation.
235
+
236
+
???+ tip
237
+
This can also be useful for middlewares injecting contextual information before a request is processed.
0 commit comments