directus / v8-archive

Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
https://docs.directus.io/api/reference.html
507 stars 203 forks source link

Calling any data API from browser address bar gets data even no token is provided #2438

Closed Castafiore closed 3 years ago

Castafiore commented 3 years ago

calling any data API from my code or curl returns authentication error if no token is provided, which is correct. But when I call it just from browser address bar, it returns data, but this way I do not provide token, why does it happen?