[Vuejs]-Getting a 401 when trying to logout with Loopback API

0๐Ÿ‘

โœ…

So apparently it was permissions -_-

If you donโ€™t have permission to access an object, even if you are authenticated, it returns a 401, not a 403 like I was expecting.

0๐Ÿ‘

did you add authentication.js script to server/boot and re check ACL for employee model ? Those are the loose ends in certain problems, I guess.

Leave a comment