Skip to content

Instantly share code, notes, and snippets.

View andorfermichael's full-sized avatar

Michael Andorfer andorfermichael

  • Salzburg, Austria, Europe
  • 20:30 (UTC +02:00)
View GitHub Profile
import Ember from 'ember';
import Torii from 'ember-simple-auth/authenticators/torii';
export default Torii.extend({
torii: Ember.inject.service(),
store: Ember.inject.service(),
session: Ember.inject.service()
});