Trek_CN/server
jubnl 32b63adc68
fix: add OIDC_SCOPE env var and document it across all config files
Fixes #306 — OIDC scopes were hardcoded to 'openid email profile',
causing OIDC_ADMIN_CLAIM-based role mapping to fail when the required
scope (e.g. 'groups') wasn't requested. The new OIDC_SCOPE variable
defaults to 'openid email profile groups' so group-based admin mapping
works out of the box. Variable is now documented in README, docker-compose,
.env.example, and the Helm chart values.
2026-04-02 07:46:58 +02:00
..
public fix: always fetch fresh photo URLs for map markers instead of using stored HTTP URLs 2026-04-01 19:48:58 +02:00
scripts feat: add encryption key migration script and document it in README 2026-04-01 09:35:32 +02:00
src fix: add OIDC_SCOPE env var and document it across all config files 2026-04-02 07:46:58 +02:00
.env.example fix: add OIDC_SCOPE env var and document it across all config files 2026-04-02 07:46:58 +02:00
package-lock.json chore: bump version to 2.7.2 2026-04-01 19:13:32 +02:00
package.json chore: bump version to 2.7.2 2026-04-01 19:13:32 +02:00
reset-admin.js Stabilize core: better-sqlite3, versioned migrations, graceful shutdown 2026-03-22 17:52:24 +01:00
tsconfig.json some fixes 2026-03-30 06:59:24 +02:00