feat: use fetch with trusted certificates for oidc (#2412)

* feat: use fetch with trusted certificates for oidc

* fix: change custom-fetch symbol from auth-core to next-auth

* test: add mock for next-auth in events test

* refactor: use package import instead of relative import
This commit is contained in:
Meier Lukas
2025-03-01 17:24:31 +01:00
committed by GitHub
parent 788304adfb
commit 6fad48f65a
4 changed files with 12 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import { colorSchemeCookieKey, everyoneGroup } from "@homarr/definitions";
import { createSignInEventHandler } from "../events";
vi.mock("next-auth", () => ({}));
vi.mock("../env", () => {
return {
env: {