Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created November 17, 2017 15:45
Show Gist options
  • Save alvincrespo/9819d703aa448dee8b97bb62e4b9008b to your computer and use it in GitHub Desktop.
Save alvincrespo/9819d703aa448dee8b97bb62e4b9008b to your computer and use it in GitHub Desktop.
Generated Application Authorizer
// auth-example-frontend/app/authorizers/application.js
import OAuth2Bearer from 'ember-simple-auth/authorizers/oauth2-bearer';
export default OAuth2Bearer.extend({
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment