Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dokicro opened this issue Dec 7, 2016 · 1 comment
Open

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

dokicro opened this issue Dec 7, 2016 · 1 comment

Comments

@dokicro
Copy link

dokicro commented Dec 7, 2016

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

@misurito
Copy link

misurito commented Dec 15, 2016

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 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants