Skip to content

Conversation

@lxghtless
Copy link
Contributor

Description:

Since Fastify seems to support all the settings we need to make this work with isomorphic servers, this PR switches to leveraging it. Lot's a big wins for Fastify plugins like:

  • fastify-http-proxy
    • this gives us lots of wins, but a notable one is basic WS support.
  • fastify-secure-session
    • this moves us away from needing a session store at all as it strongly encrypts the session as the cookie for "stateless sessions"

Please provide the following context related to your pull request:

  • Change is code complete and matches issue description
  • I have read the CONTRIBUTING document
  • I have performed a self-review of my code
  • My code follows the code style of this project
  • I have added appropriate tests and all tests pass

@lxghtless lxghtless added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 23, 2020
@lxghtless lxghtless self-assigned this Oct 23, 2020
@lxghtless lxghtless requested a review from seesharpguy October 23, 2020 03:45
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants