Hung Nguyen
Results
1
comments of
Hung Nguyen
I have the same issue. `is_valid_auth_cookies` return `False` because of no `FedAuth` key in cookies dict. If I comment return code and simplify return True, authentication will work fine. ```python...