Skip to content
  • Kevin Morris's avatar
    fix(fastapi): handle sessions more properly · bbb95e6f
    Kevin Morris authored
    
    
    During our BasicAuthBackend execution, we now delete all
    stale sessions before performing any checks. This simplifies
    our flow.
    
    Because we have simplified session handling, we are now
    required to handle stale sessions in any session-altering
    code, like account edit or user login.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    bbb95e6f