You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ).
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
The text was updated successfully, but these errors were encountered: