IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens 0.1.0-alpha.20260620172859

This is a prerelease version of IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens --version 0.1.0-alpha.20260620172859
                    
NuGet\Install-Package IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens -Version 0.1.0-alpha.20260620172859
                    
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.Hosting.AspNetCore.PersonalAccessTokens" Version="0.1.0-alpha.20260620172859" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens" Version="0.1.0-alpha.20260620172859" />
                    
Directory.Packages.props
<PackageReference Include="IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens" />
                    
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.Hosting.AspNetCore.PersonalAccessTokens --version 0.1.0-alpha.20260620172859
                    
#r "nuget: IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens, 0.1.0-alpha.20260620172859"
                    
#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.Hosting.AspNetCore.PersonalAccessTokens@0.1.0-alpha.20260620172859
                    
#: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.Hosting.AspNetCore.PersonalAccessTokens&version=0.1.0-alpha.20260620172859&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens&version=0.1.0-alpha.20260620172859&prerelease
                    
Install as a Cake Tool

IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens

ASP.NET Core authentication handler for user-owned personal access tokens.

builder.Services.AddAuthentication()
    .AddIdentityFlowPersonalAccessToken();

The handler accepts Authorization: Bearer <token> by default and can also read X-Personal-Access-Token.

PAT principals are scope-only by default: subject, method, auth-method, and scope claims. Set ProjectClaimsPrincipalContributors = true only when tokens should also inherit registered identity role/permission claims for authorization policies.

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.20260826115343 54 8/26/2026
0.1.0-alpha.20260722083539 70 7/22/2026
0.1.0-alpha.20260722073217 57 7/22/2026
0.1.0-alpha.20260620175120 73 6/20/2026
0.1.0-alpha.20260620172859 61 6/20/2026
0.1.0-alpha.20260620170646 65 6/20/2026
0.1.0-alpha.20260620143000 61 6/20/2026
0.1.0-alpha.20260620135000 57 6/20/2026
0.1.0-alpha.20260620122408 66 6/20/2026
0.1.0-alpha.20260614215234 69 6/14/2026