servant-auth-wordpress: Authenticate Routes Using Wordpress Cookies

[ bsd3, library, servant, web ] [ Propose Tags ]

This package provides a Servant AuthHandler that validates Wordpress's LOGGED_IN authentication Cookie & the wp_rest Nonce, returning either an Authorized user with data or an Anonymous user, or calling an error handler.

This allows you to access the currently logged in User when making AJAX requests from a Wordpress site.

Check out the wordpress-auth package for lower-level Wordpress Cookie & Nonce manipulation.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), mtl (>=2 && <3), servant-server (>=0.14 && <0.20), text (>=1 && <3), time (>=1 && <2), wai (>=3 && <4), wordpress-auth (>=1 && <1.1) [details]
License BSD-3-Clause
Copyright BSD3
Author Pavan Rikhi
Maintainer pavan.rikhi@gmail.com
Revised Revision 2 made by lysergia at 2023-05-08T05:07:02Z
Category Web, Servant
Home page https://github.com/prikhi/wordpress-auth#readme
Uploaded by lysergia at 2021-05-30T02:23:00Z
Distributions
Downloads 1204 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-30 [all 1 reports]

Readme for servant-auth-wordpress-1.0.0.2

[back to package description]

servant-auth-wordpress

This package provides a Servant AuthHandler that validates Wordpress's @LOGGED_IN@ authentication Cookie & the @wp_rest@ Nonce, returning either an Authorized user with data or an Anonymous user, or calling an error handler.

This allows you to access the currently logged in User when making AJAX requests from a Wordpress site.

Check out the @wordpress-auth@ package for lower-level Wordpress Cookie & Nonce manipulation.

License

BSD 3-clause, exceptions possible.