0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Kevin Ansfield 62684dffff Fix auth token refresh failing on app-boot with expired access_token
issue #5751
- moves `makeRequest` override of simple-auth's OAuth authenticator into our own custom authenticator (previously our override was not taking effect until after ember-simple-auth's initial authentication routines, hence why it was working for post-login token refreshes but failing on app-boot)
2015-08-28 16:00:34 +01:00
..
app Fix auth token refresh failing on app-boot with expired access_token 2015-08-28 16:00:34 +01:00
config Move myth configuration into Brocfile.js. 2015-08-21 14:37:50 -04:00
lib Merge core/built instead of clearing on every build. 2015-08-21 12:17:39 -04:00
public/assets Added multiline "placeholder" to 3rd step of setup 2015-07-01 23:14:27 +02:00
tests Replace the current tag input with a selectize based input 2015-08-20 14:40:56 +01:00
.ember-cli
.gitignore Convert Sass to Myth 2015-05-22 19:05:09 +01:00
.jshintrc ES6 module version of ic-ajax instead of global 2015-05-26 22:13:25 -05:00
.watchmanconfig updates Ember-CLI to 0.2.7 2015-06-08 09:18:50 -04:00
bower.json Dep: Remove typeahead 2015-08-25 16:26:10 +01:00
Brocfile.js Copy selectize styles ready for customisation 2015-08-26 14:32:39 +01:00
package.json Merge pull request #5682 from kevinansfield/tags-v4 2015-08-21 21:34:06 +01:00
testem.json