simov / grant

OAuth Proxy
MIT License
4.08k stars 257 forks source link

Grant should use newer fastify session package #258

Closed QEDK closed 3 years ago

QEDK commented 3 years ago

The package that grant recommends for use with fastify is no longer maintained, grant should use @fastify/session for future releases.

simov commented 3 years ago

Thanks for the feedback, I'll have a look.

QEDK commented 3 years ago

@simov I just tested grant with the new package (as simple as changing require('fastify-session') to require('@fastify/session')) and it worked pretty great with Twitter OAuth (all defaults). Just letting you know. ✌️

simov commented 3 years ago

Updated docs and all examples :+1: