sphericalpm / lektorium

A pragmatic web content management solution for those with way too many little sites
MIT License
16 stars 3 forks source link

API to interact with the web interface #25

Closed mjecov closed 4 years ago

AndreiDrang commented 5 years ago

First iteration:

  1. Create core aiohttp app with minimum two nested apps.
  2. First nested app - authentication app. Full cycle(login/logout/cookies timeout).
  3. Second nested app - api with methods from issue #12 (requirements list), replace logic with stubs which check user auth and return empty results.
apatrushev commented 4 years ago

Irrelevant anymore