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

@@ -25,6 +25,7 @@
"dependencies": {
"@auth/core": "^0.38.0",
"@auth/drizzle-adapter": "^1.8.0",
"@homarr/certificates": "workspace:^0.1.0",
"@homarr/common": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0",
"@homarr/definitions": "workspace:^0.1.0",