Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adolfok3/authorizationinterceptor.extensions.abstractions
- Owner: Adolfok3
- License: mit
- Created: 2024-04-23T21:16:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:23:48.000Z (2 months ago)
- Last Synced: 2025-01-07T00:53:47.264Z (18 days ago)
- Topics: anauthenticated, api, auth, authentication, authorization, cache, distributed, dotnet, dotnet-core, headers, httpclient, interceptor, memory, request, response, rest
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)