Swapped custom auth for component.
This commit is contained in:
parent
8dbd01c7b1
commit
8e37bce7c7
8 changed files with 33 additions and 82 deletions
|
@ -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);
|
||||
}
|
||||
};
|
Reference in a new issue