Identity.Provider.ServiceStack
2.0.1
dotnet add package Identity.Provider.ServiceStack --version 2.0.1
NuGet\Install-Package Identity.Provider.ServiceStack -Version 2.0.1
<PackageReference Include="Identity.Provider.ServiceStack" Version="2.0.1" />
<PackageVersion Include="Identity.Provider.ServiceStack" Version="2.0.1" />
<PackageReference Include="Identity.Provider.ServiceStack" />
paket add Identity.Provider.ServiceStack --version 2.0.1
#r "nuget: Identity.Provider.ServiceStack, 2.0.1"
#addin nuget:?package=Identity.Provider.ServiceStack&version=2.0.1
#tool nuget:?package=Identity.Provider.ServiceStack&version=2.0.1
📖 README: AuthenticationAndAuthorization.IdentityProvider.ServiceStack
Provides a JwtAuthProviderReader that integrates with ServiceStack to support cookie-based JWT authentication and session bootstrapping.
Install
Install-Package AuthenticationAndAuthorization.IdentityProvider.ServiceStack
Features
Supports JWT validation from secure cookies.
Automatically issues a new access token using a valid refresh token.
Supports enriching the user session with claims or userinfo from the IdP.
Setup Example
Plugins.Add(new AuthFeature(() => new AuthUserSession(), [
new JwtAuthProviderReader(
issuer: "https://your-idp.com",
audience: "your-client-id",
client: container.Resolve<IIdentityProviderClient>(),
cookieService: container.Resolve<ICookieService>()
)
]));
Dependencies
AuthenticationAndAuthorization.IdentityProvider.Client.Core
AuthenticationAndAuthorization.IdentityProvider.Client.Http
(or your own client)AuthenticationAndAuthorization.IdentityProvider.Cookie
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- Identity.Provider.Client.Core (>= 1.0.0)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.9.0)
- Microsoft.IdentityModel.Tokens (>= 8.9.0)
- ServiceStack (>= 8.7.2)
- System.IdentityModel.Tokens.Jwt (>= 8.9.0)
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 |
---|