So Node/Express are maybe the last web frameworks in the world where we can't store per-request variables (e.g. user id, roles, transaction-id, etc). Without passing Express req all around and cluttering our app. Did anyone find any elegant solution to this?
Submitted December 25, 2017 at 07:26PM by yonatannn
No comments:
Post a Comment