Readme, quick bootstrapping, login, ember-data check

sdfsdf
This commit is contained in:
Matthew Dillon 2015-01-12 16:41:36 -09:00
parent 978dacb16e
commit 0e16d2b0f4
22 changed files with 189 additions and 9 deletions

View file

@ -0,0 +1,10 @@
import Authenticator from './../authenticators/custom';
import Authorizer from './../authorizers/custom';
export default {
name: 'bling',
initialize: function(container) {
container.register('authenticators:custom', Authenticator);
container.register('authorizers:custom', Authorizer);
}
};