source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Design (micro)service access control/authorization framework #16

Open RichDom2185 opened 1 year ago

RichDom2185 commented 1 year ago

Background

Being an extension to the existing backend, stories should be able to inter-operate with it, leveraging existing access control (AC) frameworks to grant/deny access to resources.

However, being a multi-tenant system, a standalone AC system that is able to operate independently of any backend might also be desirable.

Requirements