Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joymoe/hawkauthentication

HAWK Authentication Handler and Client Helper for .Net Core
https://github.com/joymoe/hawkauthentication

aspnetcore dotnet hawk

Last synced: 3 days ago
JSON representation

HAWK Authentication Handler and Client Helper for .Net Core

Awesome Lists containing this project

README

        

# HawkAuthentication

HAWK Authentication Handler and Client Helper for .Net Core

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JoyMoe/HawkAuthentication/build)](https://github.com/JoyMoe/HawkAuthentication/actions)
[![license](https://img.shields.io/github/license/JoyMoe/HawkAuthentication.svg)](https://github.com/JoyMoe/HawkAuthentication/blob/master/LICENSE)
![netstandard2.1](https://img.shields.io/badge/.Net-netstandard2.1-brightgreen.svg)
![net5.0](https://img.shields.io/badge/.Net-net5.0-brightgreen.svg)

## Packages

| Package | Release | Pre | |
| ---- | ---- | ---- | ---- |
| [JoyMoe.HawkAuthentication](src/HawkAuthentication) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HawkAuthentication.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HawkAuthentication.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HawkAuthentication.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication) |
| [JoyMoe.HawkAuthentication.AspNetCore](src/HawkAuthentication.AspNetCore) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HawkAuthentication.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.AspNetCore) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HawkAuthentication.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.AspNetCore/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HawkAuthentication.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.AspNetCore) |
| [JoyMoe.HawkAuthentication.Client](src/HawkAuthentication.Client) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HawkAuthentication.Client.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.Client) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HawkAuthentication.Client.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.Client/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HawkAuthentication.Client.svg)](https://www.nuget.org/packages/JoyMoe.HawkAuthentication.Client) |

## License

The MIT License

More info see [LICENSE](LICENSE)