[PATCH 0 of 6 v2] LoginRequired simplification

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun May 10 14:22:52 EDT 2015


This is a reworked version of a series I sent earlier.

The controversial patch adding 401 Unauthorized usage for invalid API keys
has been removed.

The categorization of flash messages has been changed based on feedback
from Mads.

A remaining question is the difference between
    raise HTTPForbidden
and
    abort(403)

Both are used in LoginRequired now...


More information about the kallithea-general mailing list