Swapped custom auth for component.

This commit is contained in:
Matthew Dillon 2015-03-23 14:17:57 -08:00
parent 8dbd01c7b1
commit 8e37bce7c7
8 changed files with 33 additions and 82 deletions

View file

@ -1,10 +0,0 @@
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);
}
};