fullstack-demo icon indicating copy to clipboard operation
fullstack-demo copied to clipboard

Authentication error

Open enzovaldes opened this issue 9 years ago • 0 comments

Hi,

Routes of my program calls the auth.isAuthenticated () function , this route is the type get: This route shows me cars router.get ( '/', auth.isAuthenticated () , controller.index ) ;

For some reason when I try to enter the path to the backend , ie api / car tells me :

GET / api / cars 404 9ms UnauthorizedError : No Authorization header was found.

Please help .

enzovaldes avatar Feb 26 '15 19:02 enzovaldes