Ghost/core/server/services/auth/session
Thibaut Patel c471ae11d4 Added oauth login and invitation acceptance
issue https://github.com/TryGhost/Team/issues/614

- Users who have a password can directly sign-in via oauth
- User who are logged-in get their password disabled
- Users accepting an invitation get their password disabled
- The way we disable password is by setting it to a long random password
2021-04-21 19:36:27 +02:00
..
express-session.js Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
index.js Added oauth login and invitation acceptance 2021-04-21 19:36:27 +02:00
middleware.js Enabled authentication using an api key with a user_id 2020-11-20 09:53:18 +01:00
store.js Refactored session service (#11701) 2020-04-02 16:27:31 +02:00