Files @ c0da0ef508da
Branch filter:

Location: kallithea/docs/readme.rst - annotation

c0da0ef508da 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
auth: only API keys with 40 alpha-numeric characters are valid

This makes it easy to disable API keys in the database without violating the
uniqueness constraint, using something like:

UPDATE users SET api_key='-'||api_key;
UPDATE user_api_keys SET api_key='-'||api_key;
1
2
3
.. _readme:

.. include:: ./../README.rst