From 9296222ffdf56d0f04d08593161d3fe26b0f308b Mon Sep 17 00:00:00 2001 From: Leon Schwanitz Date: Tue, 23 Jan 2024 11:17:40 +0100 Subject: [PATCH] docs: update github.md app permissions (#7778) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update github.md https://github.com/nextauthjs/next-auth/issues/7777 * Apply suggestions from code review --------- Co-authored-by: Balázs Orbán --- docs/docs/providers/github.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/providers/github.md b/docs/docs/providers/github.md index cba649886a..9a347a9f26 100644 --- a/docs/docs/providers/github.md +++ b/docs/docs/providers/github.md @@ -15,6 +15,10 @@ https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps https://github.com/settings/apps +:::info +When creating a GitHub App, make sure to set the "Email addresses" account permission to read-only in order to access private email addresses on GitHub. +::: + ## Options The **GitHub Provider** comes with a set of default options: