Created
November 17, 2017 15:42
-
-
Save alvincrespo/a8b94106f5e93dfadf7d5e60e405554f to your computer and use it in GitHub Desktop.
Generated Oauth Authenticator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// auth-example-frontend/app/authenticators/oauth2.js | |
import OAuth2PasswordGrant from 'ember-simple-auth/authenticators/oauth2-password-grant'; | |
export default OAuth2PasswordGrant.extend({ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment