Skip to content

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

License

Notifications You must be signed in to change notification settings

zohl/servant-auth-hmac

Repository files navigation

#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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published