We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a70ee8 commit 0497da4Copy full SHA for 0497da4
1 file changed
packages/next-auth/src/providers/github.ts
@@ -63,6 +63,7 @@ export default function Github<P extends GithubProfile>(
63
id: "github",
64
name: "GitHub",
65
type: "oauth",
66
+ issuer: `https://github.com/login/oauth`,
67
authorization: {
68
url: "https://github.com/login/oauth/authorize",
69
params: { scope: "read:user user:email" },
0 commit comments