Skip to content

Commit

Permalink
fix: Authjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan-724 authored Sep 14, 2024
1 parent 40d825f commit 8a03c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import GitHub from "@auth/sveltekit/providers/github"

export const { handle, signIn, signOut } = SvelteKitAuth({
providers: [GitHub],
trustHost: true
})

0 comments on commit 8a03c81

Please sign in to comment.