Files @ 9cf90371d0f1
Branch filter:

Location: kallithea/docs/readme.rst - annotation

9cf90371d0f1 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Søren Løvborg
auth: add support for "Bearer" auth scheme (API key variant)

This allows the API key to be passed in a header instead of the query
string, reducing the risk of accidental API key leaks:

Authorization: Bearer <api key>

The Bearer authorization scheme is standardized in RFC 6750, though
used here outside the full OAuth 2.0 authorization framework. (Full
OAuth can still be added later without breaking existing users.)
1
2
3
.. _readme:

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