KrishNa

Results 2 comments of KrishNa

try removing domain, while setting up cookie. It worked for me. `response.set_cookie( key=COOKIE_AUTHORIZATION_NAME, value=f"Bearer {access_token}", # domain=COOKIE_DOMAIN, httponly=True, max_age=60, # 3 hours expires=60, #samesite="none", secure=True # 3 hours # samesite="Lax",...

Background tasks will run only after the response(after the response is successful). Once the request is received, the task related to the request will be added to the background task....