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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Following #199, we would like to allow plugin to make request to the server before server accepts client requests. For example, we want to allow plugins to create Records for plugin’s use.
When plugin calls send_action for the above case, it should include a special attribute (e.g. _from_plugin) that the server only honor when the request is also authenticated with master key.
When the attribute is set to true, the server should accept the request in the lifecycle state between all plugins are ready and before accepting client request.
This need support from py-skygear (separate issue not created).
The text was updated successfully, but these errors were encountered:
Following #199, we would like to allow plugin to make request to the server before server accepts client requests. For example, we want to allow plugins to create Records for plugin’s use.
When plugin calls
send_action
for the above case, it should include a special attribute (e.g._from_plugin
) that the server only honor when the request is also authenticated with master key.When the attribute is set to
true
, the server should accept the request in the lifecycle state between all plugins are ready and before accepting client request.This need support from py-skygear (separate issue not created).
The text was updated successfully, but these errors were encountered: