Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Lifecycle state in which skygear server only accept plugin request #219

Closed
cheungpat opened this issue Nov 4, 2016 · 0 comments
Closed
Assignees

Comments

@cheungpat
Copy link
Contributor

cheungpat commented Nov 4, 2016

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants