0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/auth
Fabien 'egg' O'Carroll 7d85a434b2
🐛 Fixed cookies when running Ghost without SSL (#15022)
As part of the updates to auth cookies we switched to SameSite=None
which requires an SSL connection. Local development, and some
production sites do not use SSL and so the cookie is invalid and a
session is unable to be created with the browser.
2022-07-13 10:49:06 +01:00
..
api-key Fixed typo 2022-05-10 17:44:58 +08:00
members Updated dependency express-jwt to v7 2022-04-28 11:15:04 +01:00
session 🐛 Fixed cookies when running Ghost without SSL (#15022) 2022-07-13 10:49:06 +01:00
authenticate.js
authorize.js
index.js
passwordreset.js Renamed passwordreset body object to password_reset 2022-04-28 15:37:11 +01:00
setup.js Swapped setup to use tiers API endpoint 2022-05-12 19:48:27 +01:00