oauth work

This commit is contained in:
Matthew Scragg 2015-10-15 17:36:47 -05:00
parent e9709b6c8f
commit a0124baf1d
4 changed files with 66 additions and 28 deletions

View file

@ -193,4 +193,4 @@ if ENV != "DEV":
ASSETS_DEBUG = False
SQLALCHEMY_ECHO = False
MODULES = ['wiki', 'search', 'auth', 'auth.local', 'auth.oauth', 'auth.ldap']
MODULES = ['wiki', 'search', 'auth', 'auth.local', 'auth.oauth', 'auth.ldap', 'auth.oauth']