Skip to content

Commit

Permalink
Update README with the missing changes
Browse files Browse the repository at this point in the history
Update README with the missing changes
  • Loading branch information
Abdulwahaab710 committed May 15, 2020
1 parent 61f68da commit 14df415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,10 @@ change to how session stores work. Here are the steps to migrate to 13.x
### Changes to `ShopifyApp::LoginProtection`
`ShopifyApp::LoginProtection`
if you are using `ShopifyApp::LoginProtection#shop_session` in your code, it will need to be
- CHANGE if you are using `ShopifyApp::LoginProtection#shopify_session` in your code, it will need to be
changed to `ShopifyApp::LoginProtection#activate_shopify_session`
- CHANGE if you are using `ShopifyApp::LoginProtection#clear_shop_session` in your code, it will need to be
changed to `ShopifyApp::LoginProtection#clear_shopify_session`
### Notes
You do not need a user model; a shop session is fine for most applications.
Expand Down

0 comments on commit 14df415

Please sign in to comment.