-
Notifications
You must be signed in to change notification settings - Fork 474
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
eject session storage #1155
eject session storage #1155
Conversation
Please confirm that there are exactly two upgrade steps:
Are any other changes necessary? Thanks. |
@jaredbeck did you find any solution? I'm lost. |
I asked my Shopify Support contact, and received the following response:
|
Description
Removes session storage from API library. This feature was deprecated in #1055. It was decided that session persistance is best handled by shopify_app gem.
As part of rejecting session storage, we needed to refactor
GraphQLProxy#proxy_query
to pass in a session instead of reading it from cookie / header.How has this been tested?
In addition to the automated testing, this branch was pointed at with a generated app from the CLI. Was able to install the app on a store, and uninstall the app a store. Was able to make API calls.
Checklist: