You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a WordPress ops, I use Simply Static to deploy some html to CloudFlare Pages.
WordPress allows to add password to pages, I copycat this feature with a CloudFlare functions and a basic auth.
At this moment I ignore the passwords set in WordPress and use a single secret for all protected pages.
Requested feature
I would like to manipulate functions' secrets directly from PHP so every password changes in WordPress could be replicated in CloudFlare.
I need to CRUD over the functions' secrets API.
Thank you a lot
The text was updated successfully, but these errors were encountered:
Hello,
Context
As a WordPress ops, I use Simply Static to deploy some html to CloudFlare Pages.
WordPress allows to add password to pages, I copycat this feature with a CloudFlare functions and a basic auth.
At this moment I ignore the passwords set in WordPress and use a single secret for all protected pages.
Requested feature
I would like to manipulate functions' secrets directly from PHP so every password changes in WordPress could be replicated in CloudFlare.
I need to CRUD over the functions' secrets API.
Thank you a lot
The text was updated successfully, but these errors were encountered: