Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joymoe/hawkauthentication
- Owner: JoyMoe
- License: mit
- Created: 2019-01-22T05:47:18.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-16T07:08:56.000Z (about 4 years ago)
- Last Synced: 2025-01-16T19:22:08.984Z (8 days ago)
- Topics: aspnetcore, dotnet, hawk
- Language: PowerShell
- Homepage:
- Size: 299 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)