Document Store
Docmingo is cloud based document store that allows you to build applications faster with object and file storage, user authentication, and pub sub.
The access to Docmingo is controlled by JWT. We provide two types of JWTs, client and sever to server. Docmingo provides APIs that accept both types of JWTs.
For example, client level JWT controls what app domain and user client can create objects or query. Server to server JWT only provides app domain so the app server is limited to the single app domain but can select what user(s) it wants to create/query objects for.