Merged in feature/SW-3506-refresh-tokens (pull request #3064)

feature(SW-3506): refresh-tokens setup for SAS Eurobonus

* feature(SW-3506): refresh-tokens setup for SAS Eurobonus

* Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/SW-3506-refresh-tokens


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-11-07 09:59:41 +00:00
parent d91d6abd6d
commit 61af689853
3 changed files with 99 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export async function GET(
/** Record<string, any> is next-auth typings */
const params = {
ui_locales: SAS_LANGUAGE_MAP[contextParams.lang],
scope: ["openid", "profile", "email"].join(" "),
scope: ["openid", "profile", "email", "offline_access"].join(" "),
} satisfies Record<string, string>
/**