0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/api
Sebastian Gierlinger e1c0c5ce98 Change refresh token expiry
no issue
- acquiring a new access token using a refresh token sets the
expiration time of the refresh token to now + 24 hrs.
- moved all occurrences of ONE_HOUR, ONE_DAY and ONE_YEAR to
`core/server/utils`
2014-07-28 15:19:49 +02:00
..
authentication.js Change refresh token expiry 2014-07-28 15:19:49 +02:00
db.js Fix importer bug for IE 2014-07-23 16:53:03 +02:00
index.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
roles.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
settings.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
slugs.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js Change refresh token expiry 2014-07-28 15:19:49 +02:00
utils.js Improving error handling 2014-07-28 06:30:01 +01:00