Skip to content

Commit 20c8e20

Browse files
Add cookie package
1 parent 40d9758 commit 20c8e20

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

package-lock.json

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
"dependencies": {
2626
"@sveltejs/adapter-auto": "next",
2727
"@sveltejs/kit": "next",
28+
"cookie": "^0.5.0",
29+
"passport-gitlab2": "5.0.0",
2830
"svelte": "3.44.0",
2931
"svelte-check": "2.2.6",
3032
"svelte-preprocess": "4.10.1",
33+
"sveltekit-passport-oauth2": "0.0.6",
3134
"tslib": "2.3.1",
32-
"typescript": "4.6.2",
33-
"passport-gitlab2": "5.0.0",
34-
"sveltekit-passport-oauth2": "0.0.6"
35+
"typescript": "4.6.2"
3536
}
3637
}

src/hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import cookie from 'cookie';
12
import { sequence } from '@sveltejs/kit/hooks';
23
import {
34
ConfigurePassportOAuth2,

0 commit comments

Comments
 (0)