I am building an app for client. /admin and /api are exposed to public.
I am interested in the following:
- Does payload provide some kind of rate limiting / request throttling on login?
- Is my API vulnerable in a way that anyone can fetch any collection or post data to a collection if I haven't setup anything security related?
- Anything else I should know before rolling out to production security wise?