Version: 1.0.0
Simple-JWT-Login
This is the Simple-JWT-Login WordPress plugin API Documentation.
Introduction
This API is documented in OpenAPI format. You can either open it in swagger editor or you can view it on this website.
Also, you open it in postman, and you will be able to do local tests.
Server
You can access the Simple-JWT-Login API in two modes:
- using permalink: https://{domain}/wp-json/simple-jwt-login/v1/{endpoint}
- using rest_route: https://{domain}/?rest_route=/simple-jwt-login/v1/{endpoint}
Cross-Origin Resource Sharing
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.
License
GPL 3.0