yesod-auth-hmac-keccak: An account authentication plugin for yesod with encrypted token transfer.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- From version 1.24 cabal supports specifiying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.24 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
This authentication plugin for Yesod uses a challenge-response authentication mechanism, where the password is encrypted via HMAC- Keccak on the client side.
Properties
Versions | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.5 |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson, base (>=4.9 && <4.11), bytestring, cryptonite, mtl, persistent, random, shakespeare, text, yesod-auth, yesod-core (>=1.6), yesod-form, yesod-persistent, yesod-static [details] |
License | MIT |
Author | nek0 |
Maintainer | nek0@chelnok.de |
Category | Web |
Source repo | head: git clone git://github.com/nek0/yesod-auth-hmac-keccak.git |
Uploaded | by nek0 at 2018-03-19T19:53:16Z |
Modules
- Yesod
- Auth
- Yesod.Auth.HmacKeccak
- Yesod.Auth.Import
- Yesod.Auth.JsPath
- Yesod.Auth.Message
- Yesod.Auth.Types
- Auth
Downloads
- yesod-auth-hmac-keccak-0.0.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees