-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Sessions #507
Sessions #507
Conversation
|
@AlecAivazis is attempting to deploy a commit to the HoudiniGraphQL Team on Vercel. A member of the Team first needs to authorize it. |
* Merge fehnomenal's work (#507) * Allow passing session data to the fetch function * Prefer the client side session * Receive the server session only in the browser * Separate client and server sessions more clearly * make test more resilient * fake root layout file * fake +layout.server.js * kit transform threads session from +layout.server.js to client * remove client.init Co-authored-by: Andreas Fehn <[email protected]> * rename setServerSession to setSession * receiving server session data needs to be reactive * document no more init * update authentication guide * auth guide tweaks * use App.Session for SessionData * remove document proxy * added integration test for session * make checker happy * add changeset * remove unused import * fix inconsistent absolutely path in CI * tweak util names * find_exported_fn considers export const * better support for load functions with implicit returns * track hydrated state in root layout * pass session to client side operations (mutations, loadNextPage, etc) * updated snapshots * add log if no session in locals * block on error * document onError blocking * update snapshot * fix duplicate test name Co-authored-by: Andreas Fehn <[email protected]>
This PR is just to bring @fehnomenal's changes into a branch local to houdini