This time. i'll focus on Super Easy CRUD Using Wordpress REST API + JWT Authentication. It is simple to do CRUD using wordpress REST API, especial for READ. When we move on into CREATE, UPDATE, and DELETE, we have to make user that we have already been autenticated first. If not, we cant do CREATE, UPDATE, and DELETE. Using JWT will help us a lot for authentication and authorization.