POST Method - Reqrefusion/MySQL-JSONify GitHub Wiki

MySQL-JSONify now supports the post method as well. In other words, you can INSERT, UPDATE and DELETE operations with Post method. Since it is dangerous to perform these operations on the database, a security system has been added. JWT-based simple security system creates tokens by taking login data and POST method can be used with this one.