rkusa/koa-passport

Delegate Koa's ctx.protocol in request

TigerC10 opened this issue · 1 comments

Currently headers is being delegated, so passport strategies can leverage the host, but because the protocol is not being delegated strategies can't identify http vs https in the request.

rkusa commented

Merged in #122, thanks @TigerC10