Open mikaelkaron opened 4 years ago
I'm writing my own middleware that calls koa-passport internally, It would be great to have access to AuthenticateOptions for type-safety.
koa-passport
AuthenticateOptions
Valid request, from a quick look, it seems like the type is exported by @types/passport?
@types/passport
I'm writing my own middleware that calls
koa-passport
internally, It would be great to have access toAuthenticateOptions
for type-safety.