Feat(authentication): Load auth providers (#6023)

* initial providers loader implementation

* registerAdd providers

* remove comment

* remove comment
This commit is contained in:
Philip Korsholm
2024-01-09 10:02:02 +01:00
committed by GitHub
parent fe81a5e49a
commit f065581736
11 changed files with 148 additions and 15 deletions
+3
View File
@@ -34,6 +34,9 @@
],
"@types": [
"./src/types"
],
"@providers": [
"./src/providers"
]
}
},