From 03c0a76a89ec9449b5483e0dc8bec178a3ce8ce2 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:49:24 -0400 Subject: [PATCH] chore: Add FAQ about auth (#275) Add FAQ about auth --- docs/welcome/faqs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/welcome/faqs.md b/docs/welcome/faqs.md index 487faba9..6fc4c215 100644 --- a/docs/welcome/faqs.md +++ b/docs/welcome/faqs.md @@ -43,3 +43,8 @@ If you see your organization but get an error when selecting a team, your organi If you're an **owner** of the repository, you can select "Allow select third-party access" or specifically approve OpenSauced by following the directions in [this guide](https://docs.github.com/en/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization). If you are not an owner of the organization, you will need to check with your organization's owner and request access. For complete instructions, see [this guide](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps). + + +### 3. Do I need to grant authorization to connect GitHub to OpenSauced? + +Yes, auth access through GitHub OAuth is required to link your profile to a workspace/team. As an early stage startup, we chose this method for its simplicity. We also request read-only access to your GitHub organizations to gather Contributor Insights based on public GitHub Teams data. We ensure all data used is public and read-only. \ No newline at end of file