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

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.

[maintain] [Publish]

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]

Properties

Versions 1.0.0.0, 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:12:04Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.