##// END OF EJS Templates
users: added more secure way for fetching authentication tokens....
users: added more secure way for fetching authentication tokens. - we don't expose ALL on single page - request needs a validation before viewing of each token - will later add 2nd layer of auth.

File last commit:

r2999:3562d1f6 default
r4316:674186c0 default
Show More
.howto
9 lines | 158 B | text/plain | TextLexer
# generating packages
nix-shell pkgs/shell-generate.nix
cd docs
pip2nix generate
# building the docs
cd docs
nix-build default.nix -o result
make clean html