##// END OF EJS Templates
authentication: register global shared session key used for external authentication session data storeage....
marcink -
r3247:3c175ca2 default
parent child Browse files
Show More
@@ -53,6 +53,8 b' log = logging.getLogger(__name__)'
53 VCS_TYPE = 'vcs'
53 VCS_TYPE = 'vcs'
54 HTTP_TYPE = 'http'
54 HTTP_TYPE = 'http'
55
55
56 external_auth_session_key = 'rhodecode.external_auth'
57
56
58
57 class hybrid_property(object):
59 class hybrid_property(object):
58 """
60 """
General Comments 0
You need to be logged in to leave comments. Login now