update merge from master
This commit is contained in:
commit
f295082592
88 changed files with 771 additions and 675 deletions
|
@ -16,8 +16,10 @@ module.exports = function(environment) {
|
|||
},
|
||||
podModulePrefix: 'clostridiumdotinfo/pods',
|
||||
'simple-auth': {
|
||||
session: 'session:custom',
|
||||
authorizer: 'simple-auth-authorizer:token',
|
||||
store: 'simple-auth-session-store:local-storage',
|
||||
routeAfterAuthentication: 'protected.index',
|
||||
},
|
||||
'simple-auth-token': {
|
||||
identificationField: 'email',
|
||||
|
|
Reference in a new issue