@hackage servant-auth-wordpress1.0.0.2

Authenticate Routes Using Wordpress Cookies

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.