add authentication with zitadel
Some checks failed
Build and Publish / build-release (push) Failing after 1m49s

This commit is contained in:
2026-05-04 15:52:09 -05:00
parent 636d456c24
commit 44d89014fd
14 changed files with 614 additions and 12 deletions

View File

@@ -62,7 +62,9 @@ defmodule PolicyService.MixProject do
{:flop, "~> 0.26"},
{:req, "~> 0.5"},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:typedstruct, "~> 0.5"}
{:typedstruct, "~> 0.5"},
{:oidcc, "~> 3.7"},
{:oidcc_plug, "~> 0.4"}
]
end