@hackage / wordpress-auth

Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts

Latest1.0.0.1

About

Metadata

  • Last updated , by lysergia
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: pavan.rikhi@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.