servant-auth-wordpress: Authenticate Routes Using Wordpress Cookies

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 1.0.0.0, 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.16), text (>=1 && <2), 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
Category Web, Servant
Home page https://github.com/prikhi/wordpress-auth#readme
Uploaded by lysergia at 2018-12-23T08:14:10Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for servant-auth-wordpress-1.0.0.0

[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.