feat: more work on stores
Some checks failed
TrafficCue Server CI / check (push) Failing after 56s
TrafficCue Server CD / build (push) Successful in 2m26s

This commit is contained in:
2025-09-26 20:08:40 +02:00
parent 8d2eb1d9da
commit c59df0bf6a
2 changed files with 18 additions and 2 deletions

View File

@ -65,5 +65,6 @@ You can run this yourself to host your own instance, or contribute to the offici
- `OIDC_JWKS_URL` (the JWKS/Certificate URL of your OIDC server)
- `REVIEWS_ENABLED` (optional, set to `true` to enable POI reviews by users, requires OIDC)
- `HAZARDS_ENABLED` (optional, set to `true` to enable hazard reporting by users, requires OIDC)
- `STORES_ENALED` (optional, set to `true` to enable user stores, requires OIDC)
When configuring your OIDC server, make sure to enable Public Client and PCKE support.