Skip to content

POST Method

Turan Furkan Topak edited this page Sep 25, 2020 · 1 revision

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.

Clone this wiki locally