UNPKG

simple-lock

Version:

Ember-simple-auth addon for Auth0 + Lock.js

9 lines (8 loc) 276 B
import Authenticator from 'simple-lock/authenticators/lock'; export default { name: 'simple-lock-setup', before: 'simple-auth', initialize: function(registry, application) { application.register('simple-auth-authenticator:lock', Authenticator); } };