vuedo icon indicating copy to clipboard operation
vuedo copied to clipboard

http://vuedo.dev/api/posts is acessable without auth

Open dokicro opened this issue 8 years ago • 1 comments

Hi, http://vuedo.dev/api/posts and http://vuedo.dev/api/categories is accessible without checking if user is logged in.

NOT SURE IF THIS IS ON PURPOUSE

dokicro avatar Dec 07 '16 15:12 dokicro

I believe you are accessing them over a GET request, which is the same as simply checking out the posts under json format ( I guess it could be under auth if you don't wish to encourage people to consume the data this way ), but other http verbs are either under auth protection or you will just get a 405 response ( method not allowed ).

misurito avatar Dec 15 '16 05:12 misurito