##// END OF EJS Templates
auth-tokens: added scope into auth tokens (ApiKeys before refactoring)...
auth-tokens: added scope into auth tokens (ApiKeys before refactoring) - allows to have scoped tokens, ie. just for single repo. - fix migration problems found on introducing this change ref #3932

File last commit:

r1:854a839a default
r1475:9985d7e7 default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError