UNPKG

ember-simple-auth-auth0

Version:
10 lines (8 loc) 306 B
import { inject as service } from '@ember/service'; import Auth0UrlHashAuthenticator from 'ember-simple-auth-auth0/authenticators/auth0-url-hash'; export default Auth0UrlHashAuthenticator.extend({ auth0: service(), authenticate(options) { return this._performSilentAuth(options); } });