wordpress-auth: Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts
This package is used for validating Cookie data & Nonces from Wordpress.
You may find it useful if you're trying to serve a Haskell application alongside a Wordpress site. By validating the Cookies set by Wordpress, you can access the currently logged-in Wordpress user in Haskell without having to devise a Wordpress-to-Haskell authentication scheme.
It includes a generalized authentication function, as well as various helpers, validators, & hashers if you'd like to build a custom authentication process.
Servant users may want to just use the servant-auth-wordpress
package.
[Skip to Readme]
Versions [faq] | 1.0.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), base16-bytestring (==0.1.*), bytestring (>=0.10 && <0.12), cookie (==0.4.*), cryptohash-md5 (==0.11.*), cryptohash-sha256 (==0.11.*), hs-php-session (>=0.0.9 && <0.1), http-types (==0.12.*), mtl (==2.*), text (==1.*), time (==1.*), uri-encode (==1.5.*) [details] |
License | BSD-3-Clause |
Copyright | BSD3 |
Author | Pavan Rikhi |
Maintainer | pavan.rikhi@gmail.com |
Category | Web |
Home page | https://github.com/prikhi/wordpress-auth#readme |
Uploaded | by lysergia at 2018-12-23T08:13:43Z |
Distributions | NixOS:1.0.0.0, Stackage:1.0.0.0 |
Downloads | 515 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-12-23 [all 1 reports] |
Downloads
- wordpress-auth-1.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)