feat: add hazards
Some checks failed
TrafficCue Server CI / check (push) Failing after 27s
TrafficCue Server CD / build (push) Successful in 1m48s

This commit is contained in:
2025-09-18 11:48:37 +02:00
parent 7b8210ab7e
commit fb8e3ae8d5
4 changed files with 119 additions and 0 deletions

View File

@ -64,5 +64,6 @@ You can run this yourself to host your own instance, or contribute to the offici
- `OIDC_TOKEN_URL` (the Token URL of your OIDC server)
- `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)
When configuring your OIDC server, make sure to enable Public Client and PCKE support.