-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: session validation fails because the default session schema expects date not iso string #135
Closed
gnz00
wants to merge
28
commits into
parse-community:master
from
gnz00:hotfix-default-session-schema-expects-date-not-iso-string
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Alexander Mays <maysale01@gmail.com>
… new session Signed-off-by: Alexander Mays <maysale01@gmail.com>
gnz00
changed the title
Bugfix: Correctly passes ParseDate rather than iso string when creating a new session
Bugfix: session validation fails because the default session schema expects date not iso string
Feb 1, 2016
Use CSPRNG to generate objectIds
Fix parse-community#119: Empty find options for GET requests
Converts httpRequest body to string if needed
Fix untransform null objects
remove trailing spaces
…validation-fails-if-installation-id-is-undefined Bugfix: session validation fails if the request does not include installationId
Please rebase and I'll merge, thanks! 👍 |
- This commit replaces bcrypt with bcrypt-node, which has the same functionality as bcrypy - except that it is a pure Node implementation. This change is required to run parse-server on Windows (one can get bcrypt to compile on Windows, but it requires a few Gigabytes of dependencies).
Add Windows Support (bcrypt > bcrypt-node)
Addressed bugs with bcrypt-nodejs and changed crypto.js to password.js
Added multi-app support in DatabaseAdapter.js
Adding CONTRIBUTING.md and Open Code of Conduct.
Add support for saving files to AWS S3
… new session Signed-off-by: Alexander Mays <maysale01@gmail.com>
Rebased it, but had to add an extra commit. Not sure what's up with my gitfu. |
This is quite a strange PR now after rebasing... Can you ... start from master and re-submit? |
gnz00
deleted the
hotfix-default-session-schema-expects-date-not-iso-string
branch
February 1, 2016 21:02
This was referenced Jul 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the last comment on #85 and #94
Signed-off-by: Alexander Mays maysale01@gmail.com