unrhodecode/rhodecode/authentication
Marcin Kuzminski 0fd6e3f6a8 authentication: register global shared session key used for external authentication session data storeage.
- We'll have more plugins not only oauth so this should be a constant name, instead of repating the same name all over the code.
2018-11-26 23:14:55 +01:00
..
plugins authentication: use registerd UID for plugin definition for more consistent loading of auth plugins. 2018-11-26 23:11:52 +01:00
tests caches: enable cache TTL=30s for auth-plugins. 2018-08-11 21:35:19 +02:00
__init__.py app: disconect auth plugin loading from authentication registry. 2018-11-26 00:15:05 +01:00
base.py authentication: register global shared session key used for external authentication session data storeage. 2018-11-26 23:14:55 +01:00
interface.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
registry.py auth-plugins: fixed problem with cache of settings in multi-worker mode. 2018-04-10 11:47:00 +02:00
routes.py auth-plugins: updated display names of plugins, and root resource. 2018-11-21 18:51:34 +01:00
schema.py caches: enable cache TTL=30s for auth-plugins. 2018-08-11 21:35:19 +02:00
views.py caches: use dogpile for sql_cache_short region. 2018-07-12 17:20:03 +02:00