API GET Request with API Key
Hello, I know you want the Get requests public but we will use internally and no one else should access the data, because its sensitive data. Could you tell me where the API Requests are happening so I can change the code that get requests also need the api key?
Thanks for your help in advance
@taepp-do The API request are done in the Core package: https://github.com/cachethq/core
specific: https://github.com/cachethq/core/blob/main/routes/api.php:41
But i guess this would be a great option to add to the application. That the API can be public or protected
This would need to be an option in the core repo, that allows the API to be private.