project/app/authorizers/application.js

5 lines
112 B
JavaScript
Raw Normal View History

2016-04-06 15:53:06 +00:00
import OAuth2Bearer from 'ember-simple-auth/authorizers/oauth2-bearer';
export default OAuth2Bearer.extend();