wordpress-auth

Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts

https://github.com/prikhi/wordpress-auth#readme

Version on this page:1.0.0.1
LTS Haskell 21.25:1.0.0.1@rev:1
Stackage Nightly 2023-06-21:1.0.0.1@rev:1
Latest on Hackage:1.0.0.1@rev:1

See all snapshots wordpress-auth appears in

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:aaa68294a8f72247b35090a9d3c2ffc744df66d85e5698d0cd5e8f2de9515b2f,1928

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