importing the request in expressjs
I’m creating a helper method in my code which I can use for authorizing users, I am creating a function called "usePermissions" following the react way but on the back-end. The usePermissions() will return true or false based on some x, y and z. But this method depends on the request object, so in order… Read More importing the request in expressjs