-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: set up session in onRequest
rather than preValidation
#147
Conversation
Hi, @SerayaEryn. When you will be able to merge this PR and make a release? This deprecation warning is really annoying :( |
@SerayaEryn any news on this? |
Should we fork this plugin? Looks like the author have no interest any more |
@SerayaEryn We do need this, also if you don't want to maintain it anymore maybe can you promote a maintainer or transfer ownership? |
Guys someone have forked this repo with all up to date? |
See that alternative #137 (comment) |
We published the github repo and made it available on npm: https://github.com/fastify/session . @SimenB could you please port this PR to the new repo? Thanks! |
Being able to access the session data in any
onRequest
hook is useful (in my case needed since we still usefastify-express
which only runs in that hook).Also fixes deprecation warnings, see #137, #138 and #143 since this introduced usage of
onRequest
in the first place