0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/auth
Katharina Irrgang 27f17c973d 🎨 handle case: sync email after logout (#8097)
no issue

If the user changes the email in the remote auth service and executes a logout directly afterwards, the user would lock himself out of his blog, because the email sync happens once per hour right now.
For that case, we have to store the ghost auth id.
2017-03-08 14:31:22 +00:00
..
auth-strategies.js 🎨 handle case: sync email after logout (#8097) 2017-03-08 14:31:22 +00:00
authenticate.js 🐛 🎨 old accesstokens are not cleaned up (#8065) 2017-03-01 10:12:03 +00:00
authorize.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
ghost-auth.js ghost auth: sync email (#8027) 2017-02-23 18:04:24 +00:00
index.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00
oauth.js 🐛 🎨 old accesstokens are not cleaned up (#8065) 2017-03-01 10:12:03 +00:00
passport.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00
sync.js ghost auth: sync email (#8027) 2017-02-23 18:04:24 +00:00
utils.js 🐛 🎨 old accesstokens are not cleaned up (#8065) 2017-03-01 10:12:03 +00:00
validation.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00