Skip to content

Commit

Permalink
onSessionCreated instead of onAuthFlowCompleted
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Aug 28, 2024
1 parent fb0d7d8 commit 3c9b933
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 571 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,30 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@teamhanko/hanko-elements": "0.12.0",
"@nuxt/kit": "^3.13.0",
"@teamhanko/hanko-elements": "1.0.1",
"defu": "^6.1.4",
"jose": "^5.6.3",
"jose": "^5.8.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint-config": "0.5.2",
"@nuxt/eslint-config": "0.5.3",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.12.4",
"@nuxt/schema": "3.13.0",
"@nuxt/test-utils": "3.14.1",
"@types/node": "20.14.15",
"@types/node": "20.16.2",
"@vitest/coverage-v8": "2.0.5",
"bumpp": "9.4.2",
"bumpp": "9.5.2",
"eslint": "9.9.1",
"h3": "1.12.0",
"nuxt": "3.12.4",
"nuxt": "3.13.0",
"playwright": "1.46.1",
"typescript": "^5.5.4",
"vitest": "2.0.5"
},
"resolutions": {
"@nuxt/kit": "3.12.4",
"@nuxt/kit": "3.13.0",
"@nuxtjs/hanko": "link:."
},
"packageManager": "pnpm@9.7.0"
"packageManager": "pnpm@9.9.0"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/hanko": "latest",
"nuxt": "3.12.4"
"nuxt": "3.13.0"
}
}
Loading

0 comments on commit 3c9b933

Please sign in to comment.