partition by org_id and add auth
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s

This commit is contained in:
2026-05-15 10:08:54 -05:00
parent a0b5e0c0b3
commit 4519f797fd
26 changed files with 687 additions and 112 deletions

View File

@@ -54,7 +54,10 @@ defmodule CustomerService.MixProject do
{:open_api_spex, "~> 3.20"},
{:commanded_eventstore_adapter, "~> 1.4"},
{:cors_plug, "~> 3.0"},
{:flop, "~> 0.26"}
{:flop, "~> 0.26"},
{:req, "~> 0.5"},
{:oidcc, "~> 3.7"},
{:oidcc_plug, "~> 0.4"}
]
end