Provide access to RequestContext #669
Labels
priority-2-moderate
Should be resolved on a reasonable timeline.
type-docs
About changes and updates to documentation
Milestone
Current Situation
Currently, only Django-IDOM has access to the current websocket's
scope
. However, this is very commonly needed within all web frameworks to provide access to things such as user attributes, login, and logout functionality.See #594
Proposed Actions
Create a
RequestContext
to be used with the upcominguse_context
hook.Work Items
RequestContext
on a per web-framework basisThe text was updated successfully, but these errors were encountered: