Is it possible to trigger a server side action in my plugin from a client side action in my plugin?
I need to create a digest on the backend and use it on the front end.
The flow is:
User calls the client action
The client action calls a server side action to get a digest
The client side uses the digest to trigger some client side code.