Hawk.Suave 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hawk.Suave --version 0.8.0
NuGet\Install-Package Hawk.Suave -Version 0.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hawk.Suave" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hawk.Suave --version 0.8.0
#r "nuget: Hawk.Suave, 0.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hawk.Suave as a Cake Addin
#addin nuget:?package=Hawk.Suave&version=0.8.0

// Install Hawk.Suave as a Cake Tool
#tool nuget:?package=Hawk.Suave&version=0.8.0

A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.3 1,254 5/15/2018
6.0.2 941 5/15/2018
5.0.1 1,454 9/21/2017
5.0.0 1,471 9/21/2017
4.1.2 1,157 9/3/2017
4.1.0 1,989 1/8/2017
4.0.3-rc1 813 12/9/2016
4.0.2-rc1 940 11/15/2016
4.0.1-rc1 815 11/11/2016
4.0.0 1,330 8/12/2016
3.0.5 1,294 6/18/2016
3.0.4 1,317 6/17/2016
3.0.3 1,219 4/1/2016
3.0.2 1,042 3/28/2016
3.0.1 1,045 2/13/2016
3.0.0 1,138 2/13/2016
2.0.0 1,076 2/12/2016
1.0.1 1,093 12/8/2015
1.0.0 1,018 12/8/2015
0.9.3 1,106 10/27/2015
0.9.2 1,130 6/12/2015
0.9.1 1,061 5/27/2015
0.9.0 1,069 5/26/2015
0.8.2 1,572 2/21/2015
0.8.1 1,456 2/20/2015
0.8.0 1,398 2/18/2015
0.7.0 1,339 2/18/2015
0.6.0 1,184 2/10/2015
0.5.1 1,116 1/22/2015
0.4.4 1,300 1/7/2015
0.4.3 1,179 1/7/2015
0.4.2 1,535 1/6/2015
0.4.1 1,258 1/6/2015
0.4.0 1,392 1/5/2015
0.3.1 1,365 1/5/2015
0.2.1 1,104 1/5/2015

Release Notes:

* Revert "v0.8 - bump minor to show api changes" - had bumped, typos
* Merge branch 'feature/6-support-suave-bewits'
* [bewit] fixes #6 - suave bewit integration
* v0.8 - bump minor to show api changes
* Merge branch 'feature/fsharp-normalise-api'
* fixes #5
* v0.7.1 - a full bewit implementation
* Merge branch 'Full Bewit Implementation'
* Merge remote-tracking branch 'origin/master' into bewit
* Passing tests for expired ttl and missing bewit attributes
* Added validation of method to bewit
* Added timestamp validation to bewit authentication
* Added validation for mac and ttl, moved BewitAttributes. Some tests still not passing.