mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2026-05-18 20:05:21 +02:00
feat: add admin/auth api (#22)
* feat: add admin/auth api - jwt cookie based auth - /auth - admin/* * add: meta proxy * fix: remove ussd account status from syncer * add: cookie defaults and nuxt init check route * add: pin and address handlers
This commit is contained in:
@@ -4,7 +4,7 @@ The data warehouse additionally exposes a couple of REST API's (GraphQL planned)
|
||||
|
||||
1. Dashboard API (`/dashboard`) - Exposes data for [`cic-dashboard`](https://github.com/grassrootseconomics/cic-dashboard). Most data is expected to be chart/table API specific and usually not human readable.
|
||||
2. Public API (`/public`) - Exposes public (on-chain only/non-sensitive) data.
|
||||
3. Internal API (planned)
|
||||
3. Internal Admin API - back office operations
|
||||
|
||||
Each API is domain separated i.e. separate SQL query files and router control.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user