Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.35 KB

#servant-auth-hmac License BSD3 Hackage Build Status

##Description Authentication via hashed message code (HMAC) based on RFC1945.

##Status The library is under development.

API might change a little bit, but the core can be considered stable.

##Demo The example consists of two parts: a javascript client application and a warp server.

###Client To build the client run build.sh in example/client directory. The only requirements are typescript compiler and rollup.

Alternatively, the client can be built using nix with command nix-build example.nix.

Both methods create directory example/client/result/static required to run the server.

###Server Type cabal run example to launch a local server at 8080 port. It follows the same idea as example server from servant-auth-cookie library.