IdentityFlow.Credentials.PersonalAccessTokens
0.1.0-alpha.20260620175120
See the version list below for details.
dotnet add package IdentityFlow.Credentials.PersonalAccessTokens --version 0.1.0-alpha.20260620175120
NuGet\Install-Package IdentityFlow.Credentials.PersonalAccessTokens -Version 0.1.0-alpha.20260620175120
<PackageReference Include="IdentityFlow.Credentials.PersonalAccessTokens" Version="0.1.0-alpha.20260620175120" />
<PackageVersion Include="IdentityFlow.Credentials.PersonalAccessTokens" Version="0.1.0-alpha.20260620175120" />
<PackageReference Include="IdentityFlow.Credentials.PersonalAccessTokens" />
paket add IdentityFlow.Credentials.PersonalAccessTokens --version 0.1.0-alpha.20260620175120
#r "nuget: IdentityFlow.Credentials.PersonalAccessTokens, 0.1.0-alpha.20260620175120"
#:package IdentityFlow.Credentials.PersonalAccessTokens@0.1.0-alpha.20260620175120
#addin nuget:?package=IdentityFlow.Credentials.PersonalAccessTokens&version=0.1.0-alpha.20260620175120&prerelease
#tool nuget:?package=IdentityFlow.Credentials.PersonalAccessTokens&version=0.1.0-alpha.20260620175120&prerelease
IdentityFlow.Credentials.PersonalAccessTokens
User-owned personal access tokens for automation.
services.AddIdentityFlowCredentials()
.AddPersonalAccessTokens();
Raw token values are returned only from create and rotate operations. Defaults use a conservative 90 day lifetime.
AddPersonalAccessTokens() uses InMemoryPersonalAccessTokenStore by default for development and simple local setups. Register IdentityFlow.Credentials.PersonalAccessTokens.EntityFramework with AddIdentityFlowPersonalAccessTokensEntityFrameworkStore() to persist tokens through IdentityFlowDbContext, or replace IIdentityFlowPersonalAccessTokenStore with a custom durable store.
| Product | Versions 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. |
-
net10.0
- IdentityFlow.Credentials.Abstractions (>= 0.1.0-alpha.20260620175120)
- IdentityFlow.Stores.Abstractions (>= 0.1.0-alpha.20260620175120)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IdentityFlow.Credentials.PersonalAccessTokens:
| Package | Downloads |
|---|---|
|
IdentityFlow.Credentials.PersonalAccessTokens.EntityFramework
Entity Framework Core storage for IdentityFlow personal access token credentials. |
|
|
IdentityFlow.Hosting.AspNetCore.PersonalAccessTokens
ASP.NET Core personal access token authentication handler for IdentityFlow. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha.20260722083539 | 66 | 7/22/2026 |
| 0.1.0-alpha.20260722073217 | 58 | 7/22/2026 |
| 0.1.0-alpha.20260620175120 | 76 | 6/20/2026 |
| 0.1.0-alpha.20260620172859 | 66 | 6/20/2026 |
| 0.1.0-alpha.20260620170646 | 71 | 6/20/2026 |
| 0.1.0-alpha.20260620143000 | 70 | 6/20/2026 |
| 0.1.0-alpha.20260620135000 | 72 | 6/20/2026 |
| 0.1.0-alpha.20260620122408 | 76 | 6/20/2026 |
| 0.1.0-alpha.20260614215234 | 70 | 6/14/2026 |