anjali / pagure

Forked from pagure 7 years ago
Clone

fd251dc Ensure the login._check_session_cookie is always the first @before_request

Authored and Committed by pingou 7 years ago
    Ensure the login._check_session_cookie is always the first @before_request
    
    This in order to be sure that flask.g.fas_user is set to something when
    it should and thus that the order @before_request functions can rely on
    it.
    
        
file modified
+1 -1