0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

🐛 Fixed password submission for private blogging

no-issue

This bump to members-ssr includes an update which no longer consumes the
request stream when calling getMemberDataFromSession. Previously, this
method was called on every request to the theme layer, and the
private-blogging middleware was unable to parse the body as the request
stream had already been consumed.
This commit is contained in:
Fabien O'Carroll 2019-05-06 12:29:18 +02:00
parent b69f1e9e21
commit 4563999352
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"dependencies": {
"@nexes/nql": "0.2.1",
"@tryghost/helpers": "1.1.2",
"@tryghost/members-ssr": "^0.1.1",
"@tryghost/members-ssr": "0.1.5",
"@tryghost/members-theme-bindings": "^0.1.0",
"ajv": "6.8.1",
"amperize": "0.3.8",

View file

@ -162,10 +162,10 @@
ghost-ignition "^3.1.0"
lodash "^4.17.11"
"@tryghost/members-ssr@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.1.1.tgz#6d444ca27807b44642182df7018f2c806df30c77"
integrity sha512-pSmHv7lbLIYpHlHcOZMh3ei4Hsloas7sbL5j5thfL+9O/3bPwcgAGQQgb1yvkG8ZV22uIa7MzgY2hKSBYos6rQ==
"@tryghost/members-ssr@0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.1.5.tgz#531a36233ac4d7e23b2582ec2e48698aba739c00"
integrity sha512-nhceqbnoSZwJJN2xdEBPfRZu2fCDMuDnBLA84h+k8+RGoU+8qxzHDCLR1vgOlt8vVWUAP8HRS1/C4GyhuaUNXQ==
dependencies:
bluebird "^3.5.3"
concat-stream "^2.0.0"