IBeam.Identity
2.0.22
See the version list below for details.
dotnet add package IBeam.Identity --version 2.0.22
NuGet\Install-Package IBeam.Identity -Version 2.0.22
<PackageReference Include="IBeam.Identity" Version="2.0.22" />
<PackageVersion Include="IBeam.Identity" Version="2.0.22" />
<PackageReference Include="IBeam.Identity" />
paket add IBeam.Identity --version 2.0.22
#r "nuget: IBeam.Identity, 2.0.22"
#:package IBeam.Identity@2.0.22
#addin nuget:?package=IBeam.Identity&version=2.0.22
#tool nuget:?package=IBeam.Identity&version=2.0.22
IBeam.Identity
IBeam.Identity is the contract package for the IBeam identity domain.
Narrative Introduction
This package provides the shared language for identity workflows across API, services, and repository implementations. It contains interfaces, request/response models, options, and event contracts so all higher-level packages can evolve independently behind stable abstractions.
Features and Components
- auth service contracts:
IIdentityAuthServiceIIdentityOtpAuthServiceIIdentityOAuthAuthServiceITokenService
- store contracts:
IIdentityUserStore,IOtpChallengeStore,IExternalLoginStoreITenantMembershipStore,ITenantProvisioningService,IAuthSessionStore
- identity models and transport records
- options models (
JwtOptions,OtpOptions,OAuthOptions,FeatureOptions, etc.) - lifecycle event contracts and default no-op implementations
Dependencies
- External packages: none
- Internal packages: none
Configuration Models Exposed
IBeam:Identity:JwtIBeam:Identity:OtpIBeam:Identity:OAuthIBeam:Identity:FeaturesIBeam:Identity:EventsIBeam:Identity:EmailTemplates
| 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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IBeam.Identity:
| Package | Downloads |
|---|---|
|
IBeam.Identity.Services
IBeam modular framework components for .NET APIs and services. |
|
|
IBeam.Identity.Repositories.EntityFramework
IBeam modular framework components for .NET APIs and services. |
GitHub repositories
This package is not used by any popular GitHub repositories.