Skip to content

Commit 0497da4

Browse files
authored
fix(providers): add issuer to github (#13412)
fix(github): add issuer to github
1 parent 1a70ee8 commit 0497da4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/next-auth/src/providers/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default function Github<P extends GithubProfile>(
6363
id: "github",
6464
name: "GitHub",
6565
type: "oauth",
66+
issuer: `https://github.com/login/oauth`,
6667
authorization: {
6768
url: "https://github.com/login/oauth/authorize",
6869
params: { scope: "read:user user:email" },

0 commit comments

Comments
 (0)