Moved to tinglesoftware/dotnet-extensions
This repository contains projects/libraries for adding useful functionality to ASP.NET Core when running real world applications in production. The packages depend on ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core in the AspNetCore repository. We have been using this packages at Tingle for years and thought it is better if we shared them.
Package | Version | Description |
---|---|---|
Tingle.AspNetCore.Authorization |
Additional authorization functionality such as handlers and requirements. See docs and sample | |
Tingle.AspNetCore.DataProtection.MongoDB |
Data Protection store in MongoDB for ASP.NET Core. See docs and sample. | |
Tingle.AspNetCore.JsonPatch.NewtonsoftJson |
Helpers for validation when working with JsonPatch in ASP.NET Core. See docs and blog. | |
Tingle.AspNetCore.Tokens |
Support for generation of coninuation tokens in ASP.NET Core with optional expiry. Useful for pagination, user invite tokens, expiring operation tokens, etc. This is availed through the ContinuationToken<T> and TimedContinuationToken<T> types. See docs and sample. |
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
The Library is licensed under the MIT license. Refer to the LICENSE file for more information.