Setup authorizer and custom session for account

This commit is contained in:
Matthew Ryan Dillon 2015-10-20 15:04:14 -07:00
parent 30b1706868
commit 52979ac9e2
3 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import OAuth2Bearer from 'ember-simple-auth/authorizers/oauth2-bearer';
export default OAuth2Bearer.extend({});