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. You can also use this endpoint to login to the website using valid JWT. just provide ‘web_login’ parameters with the request. In addition to the token…
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…