feat: add Remote-User header

This commit is contained in:
WilliamB78
2025-03-04 09:59:42 +01:00
parent fc3f8b5036
commit 7e0bc84b0f
3 changed files with 4 additions and 0 deletions

View File

@@ -235,6 +235,8 @@ func (api *API) SetupRoutes() {
return
}
c.Header("Remote-User", userContext.Username)
// The user is allowed to access the app
c.JSON(200, gin.H{
"status": 200,