-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Hey!
Is this enough to add person tracking when using the Falcon framework?
class UserInfoMiddleware(object):
def process_request(self, req, _resp):
setattr(req, 'user_id', _get_user_id_())
I added this as one of the first middlewares, but it does not seem to be working. Is there anything more that should be done? Thanks.
Btw I am using Falcon 1.4.1
If this is not the proper place to ask, do you mind pointing me to a better place?
Thanks again.
Metadata
Metadata
Assignees
Labels
No labels