TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
13 stars 0 forks source link

[Design] Access Patterns - Authentication and Authorization #21

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

Design the Access Pattern for Authentication (AuthN) and Authorization (AuthZ) for WDB.

Tasks

TanmoySG commented 1 year ago

https://www.mongodb.com/docs/manual/reference/built-in-roles/#superuser-roles

TanmoySG commented 1 year ago
image

https://www.mongodb.com/docs/manual/tutorial/manage-users-and-roles/#create-a-new-role-to-manage-current-operations

TanmoySG commented 1 year ago
image
TanmoySG commented 1 year ago
TanmoySG commented 1 year ago

Permissions

{
    "permissions" : 
}
TanmoySG commented 1 year ago

Authentication

TanmoySG commented 1 year ago

Notes