parse-server
parse-server copied to clipboard
Parse Server for Node.js / Express
### New Feature / Enhancement Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Current Limitation The HTTP status...
 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Closes: #9625 ## Approach ##...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Closes: https://github.com/parse-community/parse-server/issues/9431 ## Approach I...
 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Live query throw error if...
refer https://github.com/parse-community/parse-server/pull/7385#issuecomment-2809633747 ## Summary by CodeRabbit - **Bug Fixes** - Improved handling of keys with dot notation, ensuring nested fields are updated correctly during save operations. - **Tests** - Added...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Eslint is broken, runs prettier...
I'm encountering an issue with linkWith in Cloud Code on Parse-Server 7.2. When linking a user with a third-party provider, the method does not return a sessionToken as expected. This...
In Spotify.js, getAccessTokenFromCode API is returning response object, which is passed to getUserFromAccessToken which parsing access_token in BaseAuthCodeAdapter, due to which it is throwing error - Spotify API request failed...