Hello, I’m a developer that works with Auth0 on a regular basis and over time I’ve encountered a number of cross-cutting concerns surrounding Auth0.NET
that aren’t solved out of the box and the documentation doesn’t cover.
I’ve launched a new .NET package that covers a number of these concerns including easy integration with ASP.NET Core
/.NET Generic Host
, built in Machine-to-Machine & Management API token caching, and support for HttpClientFactory
so MtM tokens can be appended to outgoing HTTP and gRPC requests with a single line of code.
The package is compatible with .NET Core 3.1 & .NET 5. More information is available in the readme: