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]
Downloads
- wordpress-auth-1.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0.0, 1.0.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), base16-bytestring (<1.1), bytestring (>=0.10 && <0.12), cookie (>=0.4 && <0.5), cryptohash-md5 (>=0.11 && <0.12), cryptohash-sha256 (>=0.11 && <0.12), hs-php-session (>=0.0.9 && <0.1), http-types (>=0.12 && <0.13), mtl (>=2 && <3), text (>=1 && <3), time (>=1 && <2), uri-encode (>=1.5 && <1.6) [details] |
License | BSD-3-Clause |
Copyright | BSD3 |
Author | Pavan Rikhi |
Maintainer | pavan.rikhi@gmail.com |
Revised | Revision 1 made by lysergia at 2023-05-08T05:06:45Z |
Category | Web |
Home page | https://github.com/prikhi/wordpress-auth#readme |
Uploaded | by lysergia at 2021-05-30T02:51:27Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 954 total (7 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-05-30 [all 1 reports] |