Question:
Is there any chance to set-up back-end in a way to update values in secret manager automatically?
Product:
Wix Editor
What are you trying to achieve:
It is needed as custom payment provider let me pass Aouth 2.0 so I am obliged to renew access_token every 24h. Would very helpful not to input the new value manually in secret manager.
What have you already tried:
I have basically tried updateSecret() from v1 & v2 of wix backend. Also tried custom npm, but in a nutshell it does not change anything even field name.
Sometimes I got 403 error and tried to use elevate function - still no result. Maybe there are some workarounds without connecting external databases, CMS etc?
Thank you all for you time