add auth
Some checks failed
Build and Publish / build-release (push) Failing after 5s

This commit is contained in:
2026-05-15 10:21:36 -05:00
parent 3cc9e2764e
commit 141104822e
13 changed files with 314 additions and 47 deletions

View File

@@ -46,7 +46,11 @@ defmodule ProviderService.MixProject do
{:open_api_spex, "~> 3.21"},
# Pagination
{:flop, "~> 0.26"}
{:flop, "~> 0.26"},
# Authentication
{:oidcc, "~> 3.7"},
{:oidcc_plug, "~> 0.4"}
]
end