0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Hannah Wolfe d8d5d6b7d0 Moved magiclink handling to /members/ + added redirect
- Magic link token handling doesn't need to be global, this couples the system to the frontend, which isn't necessary
- Instead, we create a session from the token, and redirect to the frontend
- Move res.locals.members setting into existing middleware function instead of having it separate
2020-04-29 19:35:41 +01:00
..
adapters Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
api Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
config Updated new local config to not affect tests 2020-04-29 18:54:03 +01:00
data Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
lib Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
models Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
public Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
services Moved magiclink handling to /members/ + added redirect 2020-04-29 19:35:41 +01:00
translations Remove External Apps 2020-03-20 10:40:22 +00:00
views
web Moved magiclink handling to /members/ + added redirect 2020-04-29 19:35:41 +01:00
analytics-events.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
ghost-server.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
overrides.js
update-check.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00