67 packages tagged with “auth0”
Auth0 .NET SDK
Auth0 authentication middleware for ASP.NET Core.
Auth0 OIDC Client for native apps
Dependency Injection, HttpClientFactory & ASP.NET Core extensions for Auth0.NET
Auth0 OIDC Client for Xamarin iOS apps
Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead.
JsonWebToken DelegatingHandler for ASP.NET Web API
Auth0 OIDC Client for WPF apps
Auth0 OIDC Client for WinForms apps
Redbridge C# Windows Identity Library for Auth0 products
Extensions of Auth0 for AspNetCore
Auth0 OIDC Client for Xamarin AndroidX apps
Extensions of Auth0
Auth0 OIDC Client for MAUI apps
Redbridge C# iOS Identity Library for Auth0 products
OpenFGA/Auth0 FGA for .NET. This package includes DI collection extensions for the FGA Client.
OpenFGA/Auth0 FGA for ASP.NET Core. This package includes ASP.NET Core authorization extensions.
A middleware for converting basic-auth to bearer tokens using Resource Owner flow for Auth0
A parser of WWW-Authenticate challenge headers.
Auth0 OIDC Client for Universal Windows Platform (UWP) apps
.Net Client Libraries for Auth0
ZettaVision.CloudCore.Infrastructure.Auth0
.Net Server Libraries for Auth0
Authorization Service for configuring Auth
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", "foo@gmail.com") }; 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.
Authenticate your Blazor WebAssembly applications with Auth0
.NET Standard 2.0 wrapper for Auth0's AuthenticationApi, fully implementing async operations via HttpClient. Currently implemented operations are Signup and Get-Token (Resource Owner Password for JWT token retrieval).
OIDC / JWT Bearer Tokens authentication made easy for Azure Functions. This is a base package, in your project please use AzureFunctions.Extensions.OpenIDConnect.InProcess or AzureFunctions.Extensions.OpenIDConnect.Isolated