Logout using FeathersJS REST API
问题 Using freshly generated FeathersJS application (local auth), I am doing following REST api calls with following behaviour: GET /users - it FAILS with not-authorized POST /authentication with username and password - successful GET /users - it SUCCEEDS and returns list of users DELETE /authentication - returns auth object, no error messages (and on server side logout event is generated) GET /users - it SUCCEEDS and returns list of users expected result from my side is that on step 5 I would get