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 e0cd5b55ce 🎨 fetch user profile by auth id (#8110)
no issue

- this is secured by client credentials
- you can only fetch the user info if the user is connected to your blog (invited, owner)
- passport ghost instance stores the client credentials in the instance, no need to pass them into
- tested on staging
2017-03-13 19:49:30 +00:00
..
auth-strategies.js suspend user feature (#8114) 2017-03-13 12:03:26 +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 🎨 fetch user profile by auth id (#8110) 2017-03-13 19:49:30 +00:00
index.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00
oauth.js suspend user feature (#8114) 2017-03-13 12:03:26 +00:00
passport.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00
sync.js 🎨 fetch user profile by auth id (#8110) 2017-03-13 19:49:30 +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