Ghost/core/client/app/authorizers/oauth2.js
Austin Burdine 87e54c0d54 deps: ember-simple-auth@1.0.0
closes #5951
- update to esa 1.0
2015-10-18 13:17:02 -05:00

4 lines
102 B
JavaScript

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