configurationSchema add auth strategies #3502
Unanswered
EmileSpecs
asked this question in
Q&A
Replies: 1 comment
-
In the meantime I've added a
The type generated is 100% and works as expected. It would be better to find a proper solution however. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to add an
apiKey
auth strategy, which requires the definition of theapiKey
type in the configurationSchema (contained inconfiguration.ts
)This causes a TypeScript error: Type instantiation is excessively deep and possibly infinite.
Any advice on how to define this type without an error?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions