Skip to content

Commit 9db94d3

Browse files
authored
Merge pull request #752 from sipcapture/chore/bump-11.0.229-auth-token-docs
chore: bump VERSION_APPLICATION to 11.0.229
2 parents e89c1bc + 35c60df commit 9db94d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/UI_COORDINATOR_AUTH_AND_TOKENS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Separate from JWT login, the coordinator can accept **static tokens** stored in
8989
| **`enable_token_access`** | If `true`, the JWT middleware first checks the configured header for a raw token matching an `auth_token` row. |
9090
| **`auth_token_header`** | Header name (default **`Auth-Token`**). |
9191

92-
When a valid row is found, the request is treated as authenticated with a **synthetic** user derived from the row’s **`user_object`** JSON: **`username`** and admin if **`usergroup`** equals **`admin`** (case-insensitive) — see `authenticateWithAuthTokenHeader` in `src/coordinator/handlers/auth.go`.
92+
When a valid row is found, the request is treated as authenticated with a **synthetic** user derived from the row’s **`user_object`** JSON: **`username`** and admin if **`user_group`** equals **`admin`** (case-insensitive) — see `authenticateWithAuthTokenHeader` in `src/coordinator/handlers/auth.go`.
9393

9494
**How to use:**
9595

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// Version information for homer-core
2525
var (
2626
// VERSION_APPLICATION is the application version
27-
VERSION_APPLICATION = "11.0.228"
27+
VERSION_APPLICATION = "11.0.229"
2828

2929
// BuildDate is the build date
3030
BuildDate = ""

0 commit comments

Comments
 (0)