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

Module documentation for 1.0.0.1

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.

Changes

ChangeLog

v1.0.0.1

Support Servant v0.16

v1.0.0.0

Initial Release