Ticket #994 (wontfix enhancement)
REST API
- Created: 2014-11-12 03:44:27
- Reported by: XAOS-Eric
- Assigned to: None
- Milestone: 2.0-alpha3
- Component: code
- Priority: normal
Add api to core to allow for user registration, and login from remote sites. Also add API to post, and get posts using /api/ based routes.
History
Franz 2014-11-12 11:18:50

- Milestone set to 2.0-alpha3.
- Summary changed from Add API to core to REST API.
Yes, that's planned.
XAOS-Eric 2014-11-12 15:33:01

@Franz, just so happens that I've been using creating a domain whois api script - https://github.com/Whoisdoma/core
I'll get started on working on the FluxBB api.
XAOS-Eric 2014-12-04 14:20:57

@Franz, started working on api, and started working on OAuth implementation.
Using this library for OAuth implementation: http://bshaffer.github.io/oauth2-server … /cookbook/