TanmoySG / wunderDB

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

[💻 Development] Setup Access Control with RBAC and Authentication on each Route #25

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

Create the Permission based access control for different operations on the different methods of WDB.

See, https://github.com/TanmoySG/wunderDB/blob/9ac6910986ed533ced3b09981cf8c8ee8054f94d/internal/server/handlers/users.go#L70 https://github.com/TanmoySG/wunderDB/blob/9ac6910986ed533ced3b09981cf8c8ee8054f94d/internal/server/handlers/users.go#L35-L53

Tasks