Skip to content

Commit

Permalink
Merge pull request #503 from josefaidt/fix-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Oct 1, 2023
2 parents 2738cd7 + 94a8685 commit 9948091
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions cdk/src/components/hey-amplify-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class HeyAmplifyApp extends Construct {
'X-GitHub-Hook-Installation-Target-Type',
'X-Hub-Signature',
'X-Hub-Signature-256',
'X-Auth-Return-Redirect', // support auth.js client-side redirect
]

// set up CloudFront
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test": "playwright test"
},
"dependencies": {
"@auth/core": "^0.15.2",
"@auth/sveltekit": "^0.3.6",
"@auth/core": "^0.16.0",
"@auth/sveltekit": "^0.3.7",
"@aws-crypto/sha256-js": "^2.0.1",
"@carbon/styles": "^1.11.0",
"@discordjs/builders": "^1.1.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9948091

Please sign in to comment.