I am trying Stormpath via express-stormpath
. I have very poor network connection so every time when the node app restarts, the page takes long time to response. It seems that the express-stormpath
is doing something at background. The problem happens no matter which page I am accessing. It just takes few seconds to response even there is no stormpath validation on the route.
Can anyone tell me how to bypass all routines of Stormpath when in development mode.