Setup authorizer and custom session for account
This commit is contained in:
parent
30b1706868
commit
52979ac9e2
3 changed files with 29 additions and 1 deletions
3
app/authorizers/application.js
Normal file
3
app/authorizers/application.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import OAuth2Bearer from 'ember-simple-auth/authorizers/oauth2-bearer';
|
||||
|
||||
export default OAuth2Bearer.extend({});
|
Reference in a new issue