admin管理员组

文章数量:1323225

I'am trying to implement a headless woocommerce based PWA on ionic angular stack. I'am now accessing the woocommerce rest endpoints by using client id and secret. To make it more secure iam writing proxy custom endpoints in my custom plugin. But I need a way to secure this endpoints as some of them are publicly accessible by the PWA. Can someone suggest best way to do this ?

本文标签: plugin developmentSecuring custom rest API endpoints with public access from PWA