passport-oauth2 icon indicating copy to clipboard operation
passport-oauth2 copied to clipboard

Fastify compatibility

Open alessandrosangalli opened this issue 3 years ago • 1 comments

Does it make sense to add compatibility to fastify in this module? for example, in lib / strategy.js the redirect method uses res.setHeader and res.end that are not compatible with fastify

alessandrosangalli avatar Mar 25 '21 02:03 alessandrosangalli

Hi @alessandrosangalli

As far as I can see Fastify has official Passport support: https://github.com/fastify/fastify-passport

plashenkov avatar Jul 05 '21 17:07 plashenkov