JSON API Endpoints for WordPress User Authentication for RESTful calls.
This endpoint allows you to verify valid JSON Web Token JWT. The generated token will include user cookie, ID, and username, apart from expiry and domain and other information. In addition to the token signature verification, this end point will also verify if the cookie is valid or not. Internally, cookie will be used to…
This endpoint is used to generate JSON Web Token for the user for JSON API Plugin for WordPress. This token is used for user authentication throughout the user related endpoints. Generated JWT – token is valid for 14 days. Optional ‘seconds’ var can be used to limit this. If provided, generated token will be valid…
This endpoint allows you to verify valid cookie.
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…