auth0
NuGet publisher profile
Packages (20)
Auth0.Core
Auth0 .NET SDK
Auth0.ManagementApi
Package Description
Auth0.AuthenticationApi
Auth0 .NET SDK
Auth0.AspNetCore.Authentication
Auth0 authentication middleware for ASP.NET Core.
Auth0.OidcClient.Core
Auth0 OIDC Client for native apps
Auth0.OidcClient.iOS
Auth0 OIDC Client for Xamarin iOS apps
Auth0.OidcClient.WPF
Auth0 OIDC Client for WPF apps
Auth0.OidcClient.Android
Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead.
WebApi.JsonWebToken
JsonWebToken DelegatingHandler for ASP.NET Web API
Auth0.OidcClient.WinForms
Auth0 OIDC Client for WinForms apps
Auth0.OidcClient.MAUI
Auth0 OIDC Client for MAUI apps
Auth0.OidcClient.AndroidX
Auth0 OIDC Client for Xamarin AndroidX apps
Auth0.OidcClient.UWP
Auth0 OIDC Client for Universal Windows Platform (UWP) apps
Auth0.AspNetCore.Authentication.Api
A library that provides everything the standard JWT Bearer authentication offers, with the added power of built-in DPoP (Demonstration of Proof-of-Possession) support for enhanced token security. Simplify your Auth0 JWT authentication integration for ASP.NET Core APIs with Auth0-specific configuration and validation.
ClaimsCookie
An HttpModule that will serialize user information to a chunked protected cookie (with MachineKey) and deserialize on every request to a ClaimsPrincipal. Usage: var user = new List<KeyValuePair<string, object>> { new KeyValuePair<string, object>("name", "John Foo"), new KeyValuePair<string, object>("id", "1234"), new KeyValuePair<string, object>("email", "[email protected]") }; ClaimsCookieModule.Instance.CreateSessionSecurityToken(user); That's it. Now, you will be able to access the user claims like this: ((IClaimsIdentity)User.Identity).Claims The cookie will be chunked in multiple cookies to avoid hitting a limit if you are storing lots of user info and it will be deflated and protected with the machine key.
Auth0.Templates
Template pack for creating .NET applications integrated with Auth0 authentication and authorization.
Auth0.Fga
.NET SDK for Auth0 Fine Grained Authorization (FGA)
WebApi.JsonWebToken.Binaries
JsonWebToken DelegatingHandler for ASP.NET Web API
Auth0.AspNetCore.Mvc
Auth0 middleware for ASP.NET Core Mvc.
Auth0.MyOrganizationApi
Package Description