Files @ 23a86f1c33a1
Branch filter:

Location: kallithea/docs/readme.rst - annotation

23a86f1c33a1 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Søren Løvborg
auth: note that we never emit authuser "cookies" for the default user

The only place where we set "authuser" in the session is in log_in_user,
which is called only by the internal auth system and by auth plugins.
The internal auth system cannot log a user in as the default user,
because the default user doesn't have a password (and cannot have a
password assigned). Auth plugins cannot log a user in as the default
user, because the user doesn't have the right extern_type. As such, it's
a bug if log_in_user is ever called with the default user (which this
commit documents with an assert).

This realization makes the is_authenticated field of the authuser cookie
redundant, as it's always True. It also emphasizes that is_default_user
and is_authenticated are mutually exclusive.
1
2
3
.. _readme:

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