Skip to content

Commit

Permalink
Merge pull request #183 from dan003400/master
Browse files Browse the repository at this point in the history
Application adapter example updated
  • Loading branch information
jpadilla authored Dec 24, 2016
2 parents 5e63913 + a2a80dd commit 26f9c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ import DS from 'ember-data';
import DataAdapterMixin from 'ember-simple-auth/mixins/data-adapter-mixin';

export default DS.JSONAPIAdapter.extend(DataAdapterMixin, {
authorizer: 'authorizer:application'
authorizer: 'authorizer:token' //or authorizer: 'authorizer:jwt'
});
```
*DataAdapterMixin is supported for Ember 1.13 and above*
Expand Down

0 comments on commit 26f9c76

Please sign in to comment.