Merged in feature/curity-social-login (pull request #2963)
feat(SW-3541): Do social login after login to SAS * feat(auth): wip social login via curity * Setup social login auth flow * Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/curity-social-login * Added support for getting scandic tokens and refresh them * feat: Enhance social login and session management with auto-refresh and improved error handling * Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/curity-social-login * wrap layout in suspense * revert app/layout.tsx * fix import * cleanup * merge * merge * dont pass client_secret in the url to curity * add state validation when doing social login through /authorize * remove debug logging Approved-by: Anton Gunnarsson
This commit is contained in:
31
yarn.lock
31
yarn.lock
@@ -6038,6 +6038,7 @@ __metadata:
|
||||
"@scandic-hotels/typescript-config": "workspace:*"
|
||||
"@sentry/nextjs": "npm:^10.11.0"
|
||||
"@swc/plugin-formatjs": "npm:^3.2.2"
|
||||
"@tanstack/react-query": "npm:^5.75.5"
|
||||
"@tanstack/react-query-devtools": "npm:^5.75.5"
|
||||
"@types/node": "npm:^20"
|
||||
"@types/react": "npm:19.1.0"
|
||||
@@ -6051,6 +6052,7 @@ __metadata:
|
||||
eslint-plugin-import: "npm:^2.31.0"
|
||||
eslint-plugin-simple-import-sort: "npm:^12.1.1"
|
||||
graphql-tag: "npm:^2.12.6"
|
||||
iron-session: "npm:^8.0.4"
|
||||
next: "npm:15.3.4"
|
||||
next-auth: "npm:5.0.0-beta.29"
|
||||
react: "npm:^19.0.0"
|
||||
@@ -6283,6 +6285,8 @@ __metadata:
|
||||
zod: "npm:^3.24.4"
|
||||
peerDependencies:
|
||||
"@sentry/nextjs": ^10
|
||||
"@tanstack/react-query": ^5.75.5
|
||||
"@tanstack/react-query-devtools": ^5.75.5
|
||||
next: ^15
|
||||
react: ^19
|
||||
languageName: unknown
|
||||
@@ -10084,7 +10088,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cookie@npm:^0.7.1":
|
||||
"cookie@npm:^0.7.1, cookie@npm:^0.7.2":
|
||||
version: 0.7.2
|
||||
resolution: "cookie@npm:0.7.2"
|
||||
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
|
||||
@@ -13325,6 +13329,24 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"iron-session@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "iron-session@npm:8.0.4"
|
||||
dependencies:
|
||||
cookie: "npm:^0.7.2"
|
||||
iron-webcrypto: "npm:^1.2.1"
|
||||
uncrypto: "npm:^0.1.3"
|
||||
checksum: 10c0/774ed93d964cec435455609120df18c8c8b21f29baeb5969dfb4677e5185eed289d2c31707bd5949dd16d5e10a9f06b7a0d1bc6ff57e8dbf50a50c0deef1b4ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"iron-webcrypto@npm:^1.2.1":
|
||||
version: 1.2.1
|
||||
resolution: "iron-webcrypto@npm:1.2.1"
|
||||
checksum: 10c0/5cf27c6e2bd3ef3b4970e486235fd82491ab8229e2ed0ac23307c28d6c80d721772a86ed4e9fe2a5cabadd710c2f024b706843b40561fb83f15afee58f809f66
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-array-buffer@npm:^3.0.4, is-array-buffer@npm:^3.0.5":
|
||||
version: 3.0.5
|
||||
resolution: "is-array-buffer@npm:3.0.5"
|
||||
@@ -19767,6 +19789,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uncrypto@npm:^0.1.3":
|
||||
version: 0.1.3
|
||||
resolution: "uncrypto@npm:0.1.3"
|
||||
checksum: 10c0/74a29afefd76d5b77bedc983559ceb33f5bbc8dada84ff33755d1e3355da55a4e03a10e7ce717918c436b4dfafde1782e799ebaf2aadd775612b49f7b5b2998e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.19.2":
|
||||
version: 6.19.8
|
||||
resolution: "undici-types@npm:6.19.8"
|
||||
|
||||
Reference in New Issue
Block a user