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.
:thumbsup:
Thanks :)
Pull-Request has been merged by pingou
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.