Hawk 0.6.0
See the version list below for details.
dotnet add package Hawk --version 0.6.0
NuGet\Install-Package Hawk -Version 0.6.0
<PackageReference Include="Hawk" Version="0.6.0" />
paket add Hawk --version 0.6.0
#r "nuget: Hawk, 0.6.0"
// Install Hawk as a Cake Addin #addin nuget:?package=Hawk&version=0.6.0 // Install Hawk as a Cake Tool #tool nuget:?package=Hawk&version=0.6.0
A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 3.1.2.1)
- NodaTime (>= 1.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Hawk:
Package | Downloads |
---|---|
Logary.Adapters.Hawk
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
|
Qvitoo
A Qvitoo API client |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.3 | 6,282 | 5/15/2018 |
6.0.2 | 2,609 | 5/15/2018 |
5.0.1 | 2,160 | 9/21/2017 |
5.0.0 | 2,086 | 9/21/2017 |
4.1.2 | 1,780 | 9/3/2017 |
4.1.1 | 1,315 | 9/3/2017 |
4.1.0 | 2,621 | 1/8/2017 |
4.0.3-rc1 | 1,317 | 12/9/2016 |
4.0.2-rc1 | 1,443 | 11/15/2016 |
4.0.1-rc1 | 1,332 | 11/11/2016 |
4.0.0 | 1,984 | 8/12/2016 |
3.0.5 | 7,982 | 6/18/2016 |
3.0.4 | 1,935 | 6/17/2016 |
3.0.3 | 5,272 | 4/1/2016 |
3.0.2 | 1,651 | 3/28/2016 |
3.0.1 | 4,448 | 2/13/2016 |
2.0.0 | 3,821 | 2/12/2016 |
1.0.1 | 3,551 | 12/8/2015 |
1.0.0 | 1,673 | 12/8/2015 |
0.9.3 | 2,356 | 10/27/2015 |
0.9.2 | 3,499 | 6/12/2015 |
0.9.1 | 3,410 | 5/27/2015 |
0.9.0 | 1,697 | 5/26/2015 |
0.8.2 | 6,239 | 2/21/2015 |
0.8.1 | 2,026 | 2/20/2015 |
0.8.0 | 2,484 | 2/18/2015 |
0.7.0 | 1,984 | 2/18/2015 |
0.6.0 | 4,188 | 2/10/2015 |
0.5.1 | 1,767 | 1/22/2015 |
0.4.4 | 2,409 | 1/7/2015 |
0.4.3 | 1,728 | 1/7/2015 |
0.4.2 | 1,918 | 1/6/2015 |
0.4.1 | 4,007 | 1/6/2015 |
0.4.0 | 1,733 | 1/5/2015 |
0.3.1 | 1,686 | 1/5/2015 |
0.2.1 | 1,866 | 1/5/2015 |
0.1.0 | 1,523 | 12/30/2014 |
Release Notes:
* [client] correcting for new options record
* Merge branch 'bewit'
* bump minor
* passing tests for bewit
* [bewit] monadic decode
* [bewit] function naming normalisation
* added last 2 tests for bewit authentication
* [bewit] code formatting
* [bewit] all tests passing
* [bewit] refactor request function
* [bewit] passing parse
* [bewit] passing "parse" test
* [bewit] moved Bewit-things to Bewit module, generalise req_attr to Parse module
* [bewit] extract Server -> Bewit
* [bewit] test for parsing of bewit token
* typo
* changed bewit parse function
* [bewit] whitespace
* [bewit] whitespace
* [bewit] string before bewit
* [bewit] string before bewit
* [bewit] using UriBuilder
* working on tests
* [bewit] docs, readme
* [bewit] last passing bewit gen test, docs
* [bewit] passing bewit generation tests
* [bewit] whitespace
* [bewit] using offset in time calc
* [bewit] using seconds <> ms
* removed negative tests
* added authentication test names
* [bewit] a few failing tests to finish off
* [bewit] first shot at implementing bewit generation
* [bewit] uri -> bewit
* [bewit] cleanup
* [bewit] adding a Bewit.generate test
* [uri] formatting
* created a bewit test list
* [tests] more test cases
* First tests almost there
* [build] initialise submodules, npm install
* [readme] documenting possible error sources
* [readme] authenticate-hints when not under attack