openradx / adit

ADIT (Automated DICOM Transfer) is a swiss army knife to exchange DICOM data between various systems by using a convenient web frontend.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Token authentication #18

Closed mdebic closed 1 year ago

mdebic commented 2 years ago

Desired workflow

Users logs into ADIT and can generate a token via the UI. They can manage their tokens via the UI. An admin can also manage all tokens of all users. Token generation should only be availabe for a subset of users, which an admin can manage. This token is later used to authenicate for the REST service.

medihack commented 1 year ago

Closed with #42