-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
In every example I've seen of this in use, we get either:
const oauthProvider = new OAuthProvider({
// @ts-expect-error these types are wrong...
apiHandler,
// ...
})Or as in the official demo:
const oauthProvider = new OAuthProvider({
apiHandler: apiHandler as any,
// ...
})Same with defaultHandler
I'm not certain how to recommend fixing this, but it's unfortunate the types aren't friendly here. Could we get this fixed?
EvanLovely and huv1k
Metadata
Metadata
Assignees
Labels
No labels