##// END OF EJS Templates
authentication: register global shared session key used for external authentication session data storeage....
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.

File last commit:

r3176:4660c673 default
r3247:3c175ca2 default
Show More
dependencies.rst
16 lines | 466 B | text/x-rst | RstLexer
docs: Add dependency management
r737
=======================
Dependency management
=======================
Overview
========
We use the Nix package manager to handle our dependencies. In general we use the
packages out of the package collection `nixpkgs`. For frequently changing
dependencies for Python and JavaScript we use the tools which are described in
this section to generate the needed Nix derivations.
packaging: dropped bower, it's now replaced by npm and webcomponents from polymer.
r3176 Please check pkgs/README.rst file for mor information on how to build the packages.