lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

User id and role headers in internal requests #46

Closed lonely-lockley closed 12 months ago

lonely-lockley commented 1 year ago

There's a need to find a way to automatically add user id and role to all internal requests emitted by UI. This data should be added to all REST requests for authenticated users. This task enables access control check propagation to backend services.

lonely-lockley commented 12 months ago

This a step required to implement Repository service #29