Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adolfok3/authorizationinterceptor.extensions.abstractions

A simple and lightweight .NET package designed to streamline HttpClient authenticated requests
https://github.com/adolfok3/authorizationinterceptor.extensions.abstractions

anauthenticated api auth authentication authorization cache distributed dotnet dotnet-core headers httpclient interceptor memory request response rest

Last synced: 12 days ago
JSON representation

A simple and lightweight .NET package designed to streamline HttpClient authenticated requests

Awesome Lists containing this project

README

        

![AuthorizationInterceptor Icon](./resources/icon.png)

# AuthorizationInterceptor.Extensions.Abstractions
[![GithubActions](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.Abstractions/actions/workflows/main.yml/badge.svg)](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.Abstractions/actions)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/Adolfok3/AuthorizationInterceptor.Extensions.Abstractions/badge.svg?branch=main)](https://coveralls.io/github/Adolfok3/AuthorizationInterceptor.Extensions.Abstractions?branch=main)
[![NuGet Version](https://img.shields.io/nuget/vpre/AuthorizationInterceptor.Extensions.Abstractions)](https://www.nuget.org/packages/AuthorizationInterceptor.Extensions.Abstractions)

## About
This repository contains the configuration required to interact with the main AuthorizationInterceptor package. This package helps you configure a new interceptor for AuthorizationInterceptor if you need a specific interceptor provider that does not exist in the list of available interceptors.

For more information about AuthorizationInterceptor main package on how to configure and use, please check the main page of [AuthorizationInterceptor](https://github.com/Adolfok3/AuthorizationInterceptor).

### Available Interceptors

- [AuthorizationInterceptor.Extensions.MemoryCache](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.MemoryCache)
- [AuthorizationInterceptor.Extensions.DistributedCache](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.DistributedCache)