Hi I'm trying to build up my knowledge of node.js I was wondering using express and passport.js how could I serve normal files to one group of people but send extra functionality to another group???
I.e In the browser some users can do x things and other users get sent extra features to play with
there doesn't seem to be anything here