wordpress-auth: Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts

[ bsd3, library, web ] [ Propose Tags ]

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]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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 (>=0.1 && <0.2), 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 && <2), time (>=1 && <2), uri-encode (>=1.5 && <1.6) [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
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 910 total (8 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 2018-12-23 [all 1 reports]

Readme for wordpress-auth-1.0.0.0

[back to package description]

wordpress-auth

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.

License

BSD 3-clause, exceptions possible.