serviceDomain mandatory
This commit is contained in:
parent
0dfc6c96ee
commit
13a469ba6d
5 changed files with 14 additions and 14 deletions
|
@ -77,7 +77,7 @@ class ApiHelper {
|
|||
redirectUri,
|
||||
headers: {
|
||||
'set-cookie':
|
||||
'id_token=${json.decode(await tokenRes.readAsString())["id_token"]}; Path=/; Secure; HttpOnly; SameSite=Lax',
|
||||
'id_token=${json.decode(await tokenRes.readAsString())["id_token"]}; Path=/; Secure; HttpOnly; SameSite=Lax; Domain=.${ref.watch(SettingsController.provider)!.serviceDomain}',
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue