-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Add support for fastify-passport package #1655
Labels
Comments
Any update on this please? |
app.getHttpAdapter().getInstance().decorateReply('setHeader', function (key, value) { this.raw.setHeader(key, value); });
app.getHttpAdapter().getInstance().decorateReply('end', function () { this.raw.end(); }); |
The key issue is native support for passport's guards & strategies. |
I'd like to help work on this. But I found that:
How do you think we should bring |
Originally posted by @kamilmysliwiec in #5702 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Hi! Based on this thread fastify/help#382 it seems that fastify-passport package is stable and can help resolve the problem related to this issue nestjs/nest#5702 . While the workaround mentioned in issue works i believe this package could also help resolve the problem.
Describe the solution you'd like
Add support for fastify-passport package.
Teachability, documentation, adoption, migration strategy
none
What is the motivation / use case for changing the behavior?
none
The text was updated successfully, but these errors were encountered: