CollActionteam / collaction_backend

Backend code for CollAction
6 stars 4 forks source link

API: CMS #93

Closed rubenhorn closed 2 years ago

rubenhorn commented 2 years ago

Preview new API here.

closes #67

Xazin commented 2 years ago

How do you want to go about inviting and revoking admin access?

Ideally, we should have 3 groups:

Super Admin can invite and revoke admin access (Removes their ACP rights, but they're still users)

By that definition we should have some kind of endpoint to manage admins: /cms/administrators:

We also need to get their role by authentication

rubenhorn commented 2 years ago

closes #66