add auth
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-05-15 10:19:57 -05:00
parent a06c5ece5d
commit c81b1673d4
20 changed files with 488 additions and 76 deletions

View File

@@ -60,6 +60,8 @@ defmodule WorkloadService.MixProject do
{:uuid, "~> 1.1"},
{:req, "~> 0.5"},
{:cors_plug, "~> 3.0"},
{:oidcc, "~> 3.7"},
{:oidcc_plug, "~> 0.4"},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}
]
end