php - JSON Bucket for Wordpress with Authentication -


is there wordpress plugin can store json in database , retrieve it?

i have wordpress site want use host rather simple, client-side app, needs authentication , place store data. of data each user , of accessed users.

it doesn't need wordpress plugin -- simple php script work too, if tie wordpress authentication somehow.

i use nodejs, rest of our websites use wordpress, , let me use same theme.

i ended using wordpress rest api , advanced custom fields. plugin couples them acf wp api, had modify allow saving changes wordpress, wasn't hard.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -