Files
@ d052078e0a16
Branch filter:
Location: kallithea/setup.cfg
d052078e0a16
1.1 KiB
text/x-ini
BaseController: refactor API key authentication
Untangle API key authentication. Creating an AuthUser from an API key
can leave the AuthUser authenticated or not, depending on key validity
and Kallithea configuration; but either way, _determine_auth_user will
not change this fact, and we can return early.
Untangle API key authentication. Creating an AuthUser from an API key
can leave the AuthUser authenticated or not, depending on key validity
and Kallithea configuration; but either way, _determine_auth_user will
not change this fact, and we can return early.