Skip to content

Commit 1e654ad

Browse files
Bekacruphoenix-ru
authored andcommitted
fix(providers): add issuer to github (nextauthjs#13412)
fix(github): add issuer to github (cherry picked from commit 0497da4)
1 parent a0dde3b commit 1e654ad

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)