Results 210 comments of Daniel

Awesome work @Moumouls - keen to see the cool new auth adapters that are made thanks to your work! Would be good to try ship some of these new ones...

Future evolution: - add more options to rate limit options - add redis memory store to allow for clusters / load balanced environments - add "zone" where rate limit can...

@cbaker6 are you saying that the rate limiter is rejecting all requests? It could possibly be related to `trust proxy`: > Troubleshooting Proxy Issues > If you are behind a...

@cbaker6 I'm thinking you may have observed #8399

It seems that this update isn't compatible with Node 14

@sadortun I hope you have a good weekend too, your suggestions are really valued and I look forward to seeing your contributions and using them myself! If, for example, ParseCloud.js...

[Related discussion in community forum](https://community.parseplatform.org/t/parse-server-types/142)

The mechanism to determine the client IP address has been rewritten; to correctly determine the IP address it is now required to set the Parse Server option trustProxy accordingly if...

It could cause issues for a strongly typed language such as Swift, if an object is returned that has not been saved (`objectId` might be required). Not 100% sure but...

The JS SDK can handle "unsaved" objects, i'm not sure whether other SDKs can just yet. Regarding the `afterFind` issue - imo I think it makes sense to skip the...