I want to know if it is completly neccesary to use a security KEY in meilisearch.
I´m building an app in laravel, its like a blog, where I have the users and the posts with its comments. My searcher its similar to the stack overflow, where we can search through the posts. Im using meilisearch (from laravel scout) to make this possible.
So my question is, do I really need to use a masterkey in this case, where the users can´t directly access to sensitive data, but the post table has a relation to the users table.
Let me know if you need more info