IdentityFlow.ExternalProviders.GitHub 0.1.0-alpha.20260722083539

This is a prerelease version of IdentityFlow.ExternalProviders.GitHub.
dotnet add package IdentityFlow.ExternalProviders.GitHub --version 0.1.0-alpha.20260722083539
                    
NuGet\Install-Package IdentityFlow.ExternalProviders.GitHub -Version 0.1.0-alpha.20260722083539
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IdentityFlow.ExternalProviders.GitHub" Version="0.1.0-alpha.20260722083539" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IdentityFlow.ExternalProviders.GitHub" Version="0.1.0-alpha.20260722083539" />
                    
Directory.Packages.props
<PackageReference Include="IdentityFlow.ExternalProviders.GitHub" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IdentityFlow.ExternalProviders.GitHub --version 0.1.0-alpha.20260722083539
                    
#r "nuget: IdentityFlow.ExternalProviders.GitHub, 0.1.0-alpha.20260722083539"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IdentityFlow.ExternalProviders.GitHub@0.1.0-alpha.20260722083539
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IdentityFlow.ExternalProviders.GitHub&version=0.1.0-alpha.20260722083539&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IdentityFlow.ExternalProviders.GitHub&version=0.1.0-alpha.20260722083539&prerelease
                    
Install as a Cake Tool

IdentityFlow.ExternalProviders.GitHub

GitHub external identity provider integration for IdentityFlow.

  • Default scopes: read:user, user:email.
  • GitHub returns email: null from /user when the profile email is private.
  • When user:email is granted and /user has no email, the provider reads /user/emails and uses the primary verified email. If no verified email is available, the profile email remains unset.
  • The private-email endpoint is derived from UserInfoEndpoint ({UserInfoEndpoint}/emails), so custom deployments such as GitHub Enterprise keep the access token on their own API host instead of sending it to api.github.com. Set EmailEndpoint explicitly only when it lives on a different host, and set AllowCrossHostEmailEndpoint to acknowledge sending the token across hosts.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha.20260722083539 36 7/22/2026
0.1.0-alpha.20260722073217 42 7/22/2026
0.1.0-alpha.20260620175120 69 6/20/2026
0.1.0-alpha.20260620172859 51 6/20/2026
0.1.0-alpha.20260620170646 55 6/20/2026
0.1.0-alpha.20260620143000 48 6/20/2026
0.1.0-alpha.20260620135000 69 6/20/2026
0.1.0-alpha.20260620122408 59 6/20/2026
0.1.0-alpha.20260614215234 62 6/14/2026