UNPKG

authmaker-ember-simple-auth

Version:

Ember Simple Auth authenticator and authorizer for Authmaker

15 lines (11 loc) 262 B
'use strict'; module.exports = { name: require('./package').name, included() { let app = this._findHost(this); app.options['ember-simple-auth'] = { useSessionSetupMethod: true, }; this._super.included.apply(this, arguments); }, };