Can log in now

This commit is contained in:
Matthew Ryan Dillon 2015-10-20 13:34:06 -07:00
parent 1aa8d8d88d
commit c2e8299e67
4 changed files with 17 additions and 6 deletions

View file

@ -0,0 +1,6 @@
import OAuth2PasswordGrant from 'ember-simple-auth/authenticators/oauth2-password-grant';
import config from '../config/environment';
export default OAuth2PasswordGrant.extend({
serverTokenEndpoint: `${config.apiURL}/api/authenticate`,
});