Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created November 17, 2017 15:42
Show Gist options
  • Save alvincrespo/a8b94106f5e93dfadf7d5e60e405554f to your computer and use it in GitHub Desktop.
Save alvincrespo/a8b94106f5e93dfadf7d5e60e405554f to your computer and use it in GitHub Desktop.
Generated Oauth Authenticator
// 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