1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 10:24:46 +02:00

Add ember-simple-auth, setup login

- Allow dropdown-buttons to render a partial
This commit is contained in:
Toby Zerner
2015-01-30 12:21:18 +10:30
parent befb3d1929
commit 5cd87db5cf
17 changed files with 334 additions and 69 deletions

View File

@@ -20,6 +20,10 @@ module.exports = function(environment) {
}
};
ENV['simple-auth'] = {
authorizer: 'authorizer:flarum'
};
if (environment === 'development') {
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;