diff --git a/RBAC-Notes.md b/RBAC-Notes.md index a83a0ef..1069c21 100644 --- a/RBAC-Notes.md +++ b/RBAC-Notes.md @@ -1,6 +1,11 @@ +# Auth Refactor + * Entities (incident, call, talkgroup record, alert) * Read, write (permissions) * Owner, other users, public (roles) * Role permission assignments configurable in webui * ACLs per individual entity with inheritance from default configurable global ACL - * Store ACLs as many many table in DB \ No newline at end of file + * Store ACLs as many many table in DB +* Access/refresh token architecture +* Share links with their own ACLs +* Design with individual alert architecture in mind \ No newline at end of file