ilya40umov / KotLink

An implementation of Go-Links, written in Kotlin

Home Page:http://kotlink.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control who can modify namespaces / links by adding owners

ilya40umov opened this issue · comments

In the current implementation every user can modify and even delete namespaces / links created by others, as well as create links in any namespace. Instead KotLink should have a 3-tier authorization approach: there are admin users that can do anything, there are namespace owners that can do anything within the namespace, there is a link owner who can do anything with the link.