Manuel
Manuel
I'm not sure how critical this upgrade is for us? I assume it may become a security issue when we're stuck on the old version with no way to upgrade....
@kassiansun Thank you for the PR, and you patience in waiting for review. I've rebased it and restarted the CI.
Could you provide more details? Where are they handled?
What's the state of this PR?
The description doesn't sound like the change that has been described in the feature. The feature was only to pass more information to the method, not to change when it...
> verifyUserEmails: (user, request) => { > return request?.sessionToken?.createdWith || {}; > }, This looks strange, because `sessionToken` would be expected to be a string, i.e. the token, not an...
I'm closing this as it does not seem to be bug report or a feature request. - For help with Parse Platform we recommend our [community forum](https://community.parseplatform.org) or our [community...
Was this indeed a feature request? Could you please edit your initial post by using the template provided when opening an issue to help clarify what specific feature you are...
Thanks for editing the post and using the template. It sounds like you'd suggesting to speed up the start time of Parse Server. A start-up time that is fast enough...
We should parameterize the entire test suite. Similar to data providers in PHPUnit. That allows us to easily run `directAccess` with `true` and `false` across the all tests. This should...