We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, currently the https://github.com/fastify/fastify-passport only support https://github.com/fastify/fastify-secure-session as the session manager, and I see there is this PR fastify/fastify-passport#93 by @mgcrea for enabling custom session stores, so until that PR is merged is there any way to use fastify-session alongside fastify-passport, so that I can use https://github.com/mgcrea/fastify-session-redis-store in order to persist the sessions?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, currently the https://github.com/fastify/fastify-passport only support https://github.com/fastify/fastify-secure-session as the session manager, and I see there is this PR fastify/fastify-passport#93 by @mgcrea for enabling custom session stores, so until that PR is merged is there any way to use fastify-session alongside fastify-passport, so that I can use https://github.com/mgcrea/fastify-session-redis-store in order to persist the sessions?
Thanks.
The text was updated successfully, but these errors were encountered: