You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ExpressEngine.js, when protecting the api routes, credentialsRequired: false can be found. Looking at the code of express-jwt I can see that with the credentialsRequired option no error is thrown when verification has failed. Can someone from MEANIO tell us if there was any particular reason to activate this option, otherwise it is probably a bug.
Moreover it would be great to be able to configure the timeout.
In ExpressEngine.js, when protecting the api routes,
credentialsRequired: false
can be found. Looking at the code of express-jwt I can see that with the credentialsRequired option no error is thrown when verification has failed. Can someone from MEANIO tell us if there was any particular reason to activate this option, otherwise it is probably a bug.Moreover it would be great to be able to configure the timeout.
This issue has been first reported on MEAN.io : linnovate/mean#1289.
The text was updated successfully, but these errors were encountered: