validate_auth_cookie
This endpoint allows you to verify valid cookie.
JSON API Endpoints for WordPress User Authentication for RESTful calls.
This endpoint is used to generate auth cookie for the user. This cookie is used for user authentication throughout the user related endpoints. Generated cookie is valid for 14 days. Optional ‘seconds’ var can be used to limit this. If provided, generated cookie will be valid for that many seconds, otherwise default is for 14…