Fix(Authentication): Fix error causing cookie from Auth0 for login callback method to be blocked by samesite configuration.

This commit is contained in:
2025-07-11 18:15:09 +01:00
parent de31150037
commit 62cafa8bed
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ WHERE
CREATE TABLE IF NOT EXISTS parts.DOG_User_Temp (
id_temp INT NOT NULL AUTO_INCREMENT PRIMARY KEY
, id_user INT NOT NULL
, id_user INT
, id_user_auth0 VARCHAR(200)
, firstname VARCHAR(250)
, surname VARCHAR(250)