BSD-3-Clause licensed by Pavan Rikhi
Maintained by [email protected]
This version can be pinned in stack with:wordpress-auth-1.0.0.1@sha256:96747f027db23e43162ec42832a050702e960e8d10f4e28b382115a2192821db,1999

Module documentation for 1.0.0.1

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.

Changes

ChangeLog

v1.0.0.1

Support 1.0 release of base16-bytestring.

v1.0.0.0

Initial Release