##// END OF EJS Templates
authn: Add rhodecode token auth plugin to setup.py
johbo -
r80:36c26401 default
parent child Browse files
Show More
@@ -219,6 +219,7 b' setup('
219 'ldap=rhodecode.authentication.plugins.auth_ldap:plugin_factory',
219 'ldap=rhodecode.authentication.plugins.auth_ldap:plugin_factory',
220 'pam=rhodecode.authentication.plugins.auth_pam:plugin_factory',
220 'pam=rhodecode.authentication.plugins.auth_pam:plugin_factory',
221 'rhodecode=rhodecode.authentication.plugins.auth_rhodecode:plugin_factory',
221 'rhodecode=rhodecode.authentication.plugins.auth_rhodecode:plugin_factory',
222 'token=rhodecode.authentication.plugins.auth_token:plugin_factory',
222 ],
223 ],
223 'paste.app_factory': [
224 'paste.app_factory': [
224 'main=rhodecode.config.middleware:make_pyramid_app',
225 'main=rhodecode.config.middleware:make_pyramid_app',
General Comments 0
You need to be logged in to leave comments. Login now