Ghost/core/client/app/authorizers/oauth2.js

4 lines
102 B
JavaScript
Raw Normal View History

import Oauth2Bearer from 'ember-simple-auth/authorizers/oauth2-bearer';
export default Oauth2Bearer;