How should the notification system interact with the WordPress mobile apps. #120
Unanswered
jonathanbossenger
asked this question in
General
Replies: 1 comment
-
Right, there is still a missing piece to make the REST API accessible to mobile apps: a central authentication scheme. This means that everything wp-notify exposes to clients (web & mobile) via the REST API, need to be added to the XML-RPC endpoint. Technically it's not a big effort, we just need to add new XML-RPC methods and put the logic in common between REST API and XML-RPC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Investigate how the this interacts with the WordPress Mobile apps.
We need to be able to determine how to handle the native apps, specifically:
Currently this is done via the WordPress XML-RPC endpoint
This might also be possible via the REST API, but Auth is a current blocker
Beta Was this translation helpful? Give feedback.
All reactions