shopify_app 12.0.6 → 13.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +12 -6
- data/.travis.yml +4 -3
- data/CHANGELOG.md +31 -0
- data/Gemfile +3 -0
- data/README.md +98 -42
- data/Rakefile +1 -0
- data/app/controllers/concerns/shopify_app/authenticated.rb +1 -1
- data/app/controllers/shopify_app/authenticated_controller.rb +1 -0
- data/app/controllers/shopify_app/callback_controller.rb +15 -11
- data/app/controllers/shopify_app/sessions_controller.rb +35 -9
- data/app/controllers/shopify_app/webhooks_controller.rb +6 -5
- data/config/locales/fi.yml +1 -1
- data/config/locales/nl.yml +7 -7
- data/config/routes.rb +1 -0
- data/lib/generators/shopify_app/add_after_authenticate_job/add_after_authenticate_job_generator.rb +5 -3
- data/lib/generators/shopify_app/add_after_authenticate_job/templates/after_authenticate_job.rb +1 -0
- data/lib/generators/shopify_app/add_marketing_activity_extension/add_marketing_activity_extension_generator.rb +2 -1
- data/lib/generators/shopify_app/add_marketing_activity_extension/templates/marketing_activities_controller.rb +4 -4
- data/lib/generators/shopify_app/add_webhook/add_webhook_generator.rb +5 -4
- data/lib/generators/shopify_app/add_webhook/templates/{webhook_job.rb → webhook_job.rb.tt} +5 -0
- data/lib/generators/shopify_app/app_proxy_controller/app_proxy_controller_generator.rb +4 -3
- data/lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_controller.rb +3 -3
- data/lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb +10 -9
- data/lib/generators/shopify_app/controllers/controllers_generator.rb +1 -0
- data/lib/generators/shopify_app/home_controller/home_controller_generator.rb +4 -3
- data/lib/generators/shopify_app/home_controller/templates/index.html.erb +1 -1
- data/lib/generators/shopify_app/install/install_generator.rb +10 -9
- data/lib/generators/shopify_app/install/templates/embedded_app.html.erb +1 -1
- data/lib/generators/shopify_app/install/templates/omniauth.rb +2 -1
- data/lib/generators/shopify_app/install/templates/{shopify_app.rb → shopify_app.rb.tt} +1 -1
- data/lib/generators/shopify_app/install/templates/shopify_provider.rb +1 -1
- data/lib/generators/shopify_app/install/templates/user_agent.rb +2 -1
- data/lib/generators/shopify_app/routes/routes_generator.rb +1 -0
- data/lib/generators/shopify_app/routes/templates/routes.rb +10 -9
- data/lib/generators/shopify_app/shop_model/shop_model_generator.rb +12 -7
- data/lib/generators/shopify_app/shop_model/templates/shop.rb +2 -1
- data/lib/generators/shopify_app/shopify_app_generator.rb +4 -3
- data/lib/generators/shopify_app/user_model/templates/user.rb +2 -1
- data/lib/generators/shopify_app/user_model/user_model_generator.rb +12 -7
- data/lib/generators/shopify_app/views/views_generator.rb +1 -0
- data/lib/shopify_app.rb +9 -4
- data/lib/shopify_app/configuration.rb +21 -17
- data/lib/shopify_app/controller_concerns/app_proxy_verification.rb +3 -2
- data/lib/shopify_app/controller_concerns/embedded_app.rb +3 -2
- data/lib/shopify_app/controller_concerns/localization.rb +1 -0
- data/lib/shopify_app/controller_concerns/login_protection.rb +72 -27
- data/lib/shopify_app/controller_concerns/webhook_verification.rb +2 -1
- data/lib/shopify_app/engine.rb +1 -0
- data/lib/shopify_app/jobs/scripttags_manager_job.rb +1 -1
- data/lib/shopify_app/jobs/webhooks_manager_job.rb +1 -1
- data/lib/shopify_app/managers/scripttags_manager.rb +4 -3
- data/lib/shopify_app/managers/webhooks_manager.rb +4 -3
- data/lib/shopify_app/middleware/same_site_cookie_middleware.rb +2 -1
- data/lib/shopify_app/session/in_memory_session_store.rb +7 -3
- data/lib/shopify_app/session/in_memory_shop_session_store.rb +14 -0
- data/lib/shopify_app/session/in_memory_user_session_store.rb +14 -0
- data/lib/shopify_app/session/jwt.rb +61 -0
- data/lib/shopify_app/session/null_user_session_store.rb +22 -0
- data/lib/shopify_app/session/session_repository.rb +36 -14
- data/lib/shopify_app/session/session_storage.rb +1 -10
- data/lib/shopify_app/session/shop_session_storage.rb +42 -0
- data/lib/shopify_app/session/user_session_storage.rb +42 -0
- data/lib/shopify_app/test_helpers/all.rb +2 -0
- data/lib/shopify_app/test_helpers/webhook_verification_helper.rb +17 -0
- data/lib/shopify_app/utils.rb +6 -5
- data/lib/shopify_app/version.rb +2 -1
- data/package-lock.json +1231 -1210
- data/package.json +1 -1
- data/shopify_app.gemspec +12 -8
- data/yarn.lock +3 -3
- metadata +35 -14
- data/lib/shopify_app/session/storage_strategies/shop_storage_strategy.rb +0 -23
- data/lib/shopify_app/session/storage_strategies/user_storage_strategy.rb +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aa049c80b093fe0a9467aff641dacca475d2e752a852a980da05b7b64b764a3
|
4
|
+
data.tar.gz: c041d5de39c2c62026b5748d391592c74d4847c9ad00691282a66a6da7cd1fa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce925fec4a16a886424e0c4233f9be474f1166ff9e2cf4fe4463825a633a373f4bac82041cab051f37d4afbf227d5ae89189fc28a104eeb035ce856576a27203
|
7
|
+
data.tar.gz: 23f6483d6cf1b4767ea6c66b8178c0d5458c3c40abb968d6cca22f0adbf27250257b39e20c9d87a140e562a249006f11137c93737c4e0e6e4b3b101fc93a2932
|
data/.rubocop.yml
CHANGED
@@ -1,10 +1,16 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
inherit_gem:
|
2
|
+
rubocop-shopify: rubocop.yml
|
3
3
|
|
4
|
-
|
4
|
+
AllCops:
|
5
|
+
TargetRubyVersion: 2.7
|
5
6
|
Exclude:
|
6
|
-
- test/**/*
|
7
|
+
- 'test/tmp/**/*'
|
7
8
|
|
8
|
-
|
9
|
+
Style/MethodCallWithArgsParentheses:
|
9
10
|
Exclude:
|
10
|
-
-
|
11
|
+
- '**/Gemfile'
|
12
|
+
|
13
|
+
Style/ClassAndModuleChildren:
|
14
|
+
Exclude:
|
15
|
+
- 'test/**/*'
|
16
|
+
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1
|
+
13.1.1
|
2
|
+
------
|
3
|
+
* Update browser_sniffer to 1.2.2
|
4
|
+
|
5
|
+
13.1.0
|
6
|
+
------
|
7
|
+
* Adds the shop URL as a parameter when redirecting after the callback
|
8
|
+
* Bump minimum Ruby version to 2.4
|
9
|
+
* Bug fixes
|
10
|
+
|
11
|
+
13.0.1
|
12
|
+
------
|
13
|
+
* Small addition to WebhookJob to return if the shop is nil #952
|
14
|
+
* Added Rubocop to the Repo #948
|
15
|
+
* Added a WebhookVerification test helper #950
|
16
|
+
* Fix for deprecation warning while loading session storage at startup
|
17
|
+
* Changes that will allow future JWT authentication
|
18
|
+
|
19
|
+
13.0.1
|
20
|
+
------
|
21
|
+
* fix for deprecation warning while loading session storage at startup
|
22
|
+
|
23
|
+
13.0.0
|
24
|
+
------
|
25
|
+
+ #887 Added concurrent user and shop session support (online/offline)
|
26
|
+
BREAKING, please see README for migration notes.
|
27
|
+
|
28
|
+
12.0.7
|
29
|
+
------
|
30
|
+
* Remove check for API_KEY in config that was throwing errors during install #919
|
31
|
+
|
1
32
|
12.0.6
|
2
33
|
------
|
3
34
|
* Adds changelog information and README updates for 8.4.0 #916
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -8,7 +8,7 @@ Shopify App
|
|
8
8
|
|
9
9
|
Shopify Application Rails engine and generator
|
10
10
|
|
11
|
-
#### NOTE
|
11
|
+
#### NOTE: Versions 8.0.0 through 8.2.3 contained a CSRF vulnerability that was addressed in version 8.2.4. Please update to version 8.2.4 if you're using an old version.
|
12
12
|
|
13
13
|
Table of Contents
|
14
14
|
-----------------
|
@@ -25,6 +25,7 @@ Table of Contents
|
|
25
25
|
- [AppProxyVerification](#appproxyverification)
|
26
26
|
- [Troubleshooting](#troubleshooting)
|
27
27
|
- [Testing an embedded app outside the Shopify admin](#testing-an-embedded-app-outside-the-shopify-admin)
|
28
|
+
- [Migration to 13.0.0](#migrating-to-1300)
|
28
29
|
- [Questions or problems?](#questions-or-problems-)
|
29
30
|
- [Rails 6 Compatibility](#rails-6-compatibility)
|
30
31
|
- [Upgrading from 8.6 to 9.0.0](#upgrading-from-86-to-900)
|
@@ -33,7 +34,7 @@ Introduction
|
|
33
34
|
-----------
|
34
35
|
Get started with the [Shopify Admin API](https://help.shopify.com/en/api/getting-started) faster; This gem includes a Rails Engine and generators for writing Rails applications using the Shopify API. The Engine provides a SessionsController and all the required code for authenticating with a shop via Oauth (other authentication methods are not supported).
|
35
36
|
|
36
|
-
*Note: It's recommended to use this on a new Rails project
|
37
|
+
*Note: It's recommended to use this on a new Rails project so that the generator won't overwrite/delete your files.*
|
37
38
|
|
38
39
|
Learn how to create and deploy a new Shopify App to Heroku with our [quickstart guide](https://github.com/Shopify/shopify_app/blob/master/docs/Quickstart.md), or dive in in less than 5 minutes with this quickstart video:
|
39
40
|
|
@@ -41,15 +42,15 @@ Learn how to create and deploy a new Shopify App to Heroku with our [quickstart
|
|
41
42
|
|
42
43
|
Become a Shopify App Developer
|
43
44
|
--------------------------------
|
44
|
-
To become a Shopify App Developer you'll need a [Shopify Partner account.](http://shopify.com/partners) If you don't have a Shopify Partner account, head to http://shopify.com/partners to create one before you start.
|
45
|
+
To become a Shopify App Developer, you'll need a [Shopify Partner account.](http://shopify.com/partners) If you don't have a Shopify Partner account, head to http://shopify.com/partners to create one before you start.
|
45
46
|
|
46
|
-
Once you have a Partner account, [create a new application in the Partner Dashboard](https://help.shopify.com/en/api/tools/partner-dashboard/your-apps) to get an API key and other API credentials.
|
47
|
+
Once you have a Partner account, [create a new application in the Partner Dashboard](https://help.shopify.com/en/api/tools/partner-dashboard/your-apps) to get an API key and other API credentials.
|
47
48
|
|
48
|
-
To create an application for development set your new app's `App URL` to the URL provided by [your tunnel](#app-tunneling), ensuring that you use `https://`. If you are not planning to embed your app inside the Shopify admin or receive webhooks, set your redirect URL to `http://localhost:3000/` and the `Whitelisted redirection URL(s)` to contain `<App URL>/auth/shopify/callback`.
|
49
|
+
To create an application for development set your new app's `App URL` to the URL provided by [your tunnel](#app-tunneling), ensuring that you use `https://`. If you are not planning to embed your app inside the Shopify admin or receive webhooks, set your redirect URL to `http://localhost:3000/` and the `Whitelisted redirection URL(s)` to contain `<App URL>/auth/shopify/callback`.
|
49
50
|
|
50
51
|
Installation
|
51
52
|
------------
|
52
|
-
To get started add `shopify_app` to your Gemfile and run `bundle install`:
|
53
|
+
To get started, add `shopify_app` to your Gemfile and run `bundle install`:
|
53
54
|
|
54
55
|
``` sh
|
55
56
|
# Create a new rails app
|
@@ -66,7 +67,7 @@ Now we are ready to run any of the [generators](#generators) included with `shop
|
|
66
67
|
|
67
68
|
#### Rails Compatibility
|
68
69
|
|
69
|
-
The
|
70
|
+
The latest version of shopify_app is compatible with Rails `>= 5`. Use version `<= v7.2.8` if you need to work with Rails 4.
|
70
71
|
|
71
72
|
|
72
73
|
Generators
|
@@ -80,7 +81,7 @@ The default generator will run the `install`, `shop`, and `home_controller` gene
|
|
80
81
|
$ rails generate shopify_app
|
81
82
|
```
|
82
83
|
|
83
|
-
After running the generator, you will need to run `rails db:migrate` to add new tables to your database. You can start your app with `bundle exec rails server` and install your app by visiting `http://localhost` in your web browser.
|
84
|
+
After running the generator, you will need to run `rails db:migrate` to add new tables to your database. You can start your app with `bundle exec rails server` and install your app by visiting `http://localhost` in your web browser.
|
84
85
|
|
85
86
|
### API Keys
|
86
87
|
|
@@ -93,7 +94,7 @@ SHOPIFY_API_SECRET=your api secret
|
|
93
94
|
|
94
95
|
These values can be found on the "App Setup" page in the [Shopify Partners Dashboard][dashboard]. If you are checking your code into a code repository, ensure your `.gitignore` prevents your `.env` file from being checked into any publicly accessible code.
|
95
96
|
|
96
|
-
**You will need to load the ENV variables into your
|
97
|
+
**You will need to load the ENV variables into your environment, you can do this with the [dot-env](https://github.com/bkeepers/dotenv) gem or any other method you wish to.**
|
97
98
|
|
98
99
|
### Install Generator
|
99
100
|
|
@@ -107,12 +108,12 @@ $ rails generate shopify_app:install
|
|
107
108
|
|
108
109
|
Other options include:
|
109
110
|
* `application_name` - the name of your app, it can be supplied with or without double-quotes if a whitespace is present. (e.g. `--application_name Example App` or `--application_name "Example App"`)
|
110
|
-
* `scope` - the Oauth access scope required for your app,
|
111
|
+
* `scope` - the Oauth access scope required for your app, e.g. **read_products, write_orders**. *Multiple options* need to be delimited by a comma-space and can be supplied with or without double-quotes
|
111
112
|
(e.g. `--scope read_products, write_orders, write_products` or `--scope "read_products, write_orders, write_products"`)
|
112
113
|
For more information, refer the [docs](http://docs.shopify.com/api/tutorials/oauth).
|
113
114
|
* `embedded` - the default is to generate an [embedded app](http://docs.shopify.com/embedded-app-sdk), if you want a legacy non-embedded app then set this to false, `--embedded false`
|
114
115
|
|
115
|
-
You can update any of these settings later on easily
|
116
|
+
You can update any of these settings later on easily; the arguments are simply for convenience.
|
116
117
|
|
117
118
|
The generator adds ShopifyApp and the required initializers to the host Rails application.
|
118
119
|
|
@@ -125,7 +126,7 @@ After running the `install` generator, you can start your app with `bundle exec
|
|
125
126
|
$ rails generate shopify_app:home_controller
|
126
127
|
```
|
127
128
|
|
128
|
-
This generator creates an example home controller and view which fetches and displays products using the Shopify API
|
129
|
+
This generator creates an example home controller and view which fetches and displays products using the Shopify API.
|
129
130
|
|
130
131
|
|
131
132
|
### App Proxy Controller Generator
|
@@ -134,7 +135,7 @@ This generator creates an example home controller and view which fetches and dis
|
|
134
135
|
$ rails generate shopify_app:app_proxy_controller
|
135
136
|
```
|
136
137
|
|
137
|
-
This optional generator, not included with the default generator, creates the app proxy controller to handle proxy requests to the app from your shop storefront, modifies 'config/routes.rb' with a namespace route, and an example view which displays current shop information using the LiquidAPI
|
138
|
+
This optional generator, not included with the default generator, creates the app proxy controller to handle proxy requests to the app from your shop storefront, modifies 'config/routes.rb' with a namespace route, and an example view which displays current shop information using the LiquidAPI.
|
138
139
|
|
139
140
|
### Marketing Extension Generator
|
140
141
|
|
@@ -146,7 +147,7 @@ This will create a controller with the endpoints required to build a [marketing
|
|
146
147
|
|
147
148
|
### Controllers, Routes and Views
|
148
149
|
|
149
|
-
The last group of generators are for your convenience if you want to start overriding code included as part of the Rails engine. For example by default the engine provides a simple SessionController, if you run the `rails generate shopify_app:controllers` generator then this code gets copied out into your app so you can start adding to it. Routes and views follow the exact same pattern.
|
150
|
+
The last group of generators are for your convenience if you want to start overriding code included as part of the Rails engine. For example, by default the engine provides a simple SessionController, if you run the `rails generate shopify_app:controllers` generator then this code gets copied out into your app so you can start adding to it. Routes and views follow the exact same pattern.
|
150
151
|
|
151
152
|
Mounting the Engine
|
152
153
|
-------------------
|
@@ -169,7 +170,7 @@ The engine may also be mounted at a nested route, for example:
|
|
169
170
|
mount ShopifyApp::Engine, at: '/nested'
|
170
171
|
```
|
171
172
|
|
172
|
-
This will create the Shopify engine routes under the specified subpath. You'll also need to make some updates to your `shopify_app.rb` and `omniauth.rb` initializers. First update the shopify_app initializer to include a custom `root_url` e.g.:
|
173
|
+
This will create the Shopify engine routes under the specified subpath. You'll also need to make some updates to your `shopify_app.rb` and `omniauth.rb` initializers. First, update the shopify_app initializer to include a custom `root_url` e.g.:
|
173
174
|
|
174
175
|
```ruby
|
175
176
|
ShopifyApp.configure do |config|
|
@@ -215,7 +216,7 @@ Authentication
|
|
215
216
|
|
216
217
|
### Callback
|
217
218
|
|
218
|
-
Upon completing the authentication flow Shopify calls the app at the `callback_path` mentioned before. If the app needs to do some extra work it can define and configure the route to a custom callback controller, inheriting from `ShopifyApp::CallbackController` and hook into or override any of the defined helper methods. The default callback controller already provides the following behaviour:
|
219
|
+
Upon completing the authentication flow, Shopify calls the app at the `callback_path` mentioned before. If the app needs to do some extra work, it can define and configure the route to a custom callback controller, inheriting from `ShopifyApp::CallbackController` and hook into or override any of the defined helper methods. The default callback controller already provides the following behaviour:
|
219
220
|
* Logging into the shop and resetting the session
|
220
221
|
* [Installing Webhooks](https://github.com/Shopify/shopify_app#webhooksmanager)
|
221
222
|
* [Setting Scripttags](https://github.com/Shopify/shopify_app#scripttagsmanager)
|
@@ -226,44 +227,45 @@ Upon completing the authentication flow Shopify calls the app at the `callback_p
|
|
226
227
|
|
227
228
|
### ShopifyApp::SessionRepository
|
228
229
|
|
229
|
-
`ShopifyApp::SessionRepository` allows you as a developer to define how your sessions are stored and retrieved for shops. The `SessionRepository` is configured in the `config/initializers/shopify_app.rb` file and can be set to any object that implements `self.store(auth_session, *args)` which stores the session and returns a unique identifier and `self.retrieve(id)` which returns a `ShopifyAPI::Session` for the passed id. These methods are already implemented as part of the `ShopifyApp::SessionStorage` concern
|
230
|
-
|
231
|
-
If you only run the install generator then by default you will have an in memory store but it **won't work** on multi-server environments including Heroku. For multi-server environments, implement one of the following token-storage strategies.
|
230
|
+
`ShopifyApp::SessionRepository` allows you as a developer to define how your sessions are stored and retrieved for shops. The `SessionRepository` is configured in the `config/initializers/shopify_app.rb` file and can be set to any object that implements `self.store(auth_session, *args)` which stores the session and returns a unique identifier and `self.retrieve(id)` which returns a `ShopifyAPI::Session` for the passed id. These methods are already implemented as part of the `ShopifyApp::SessionStorage` concern but can be overridden for custom implementation.
|
232
231
|
|
233
232
|
#### Shop-based token storage
|
234
|
-
Storing tokens on the store model means that any user login associated
|
233
|
+
Storing tokens on the store model means that any user login associated with the store will have equal access levels to whatever the original user granted the app.
|
235
234
|
```sh
|
236
235
|
$ rails generate shopify_app:shop_model
|
237
236
|
```
|
238
237
|
This will generate a shop model which will be the storage for the tokens necessary for authentication.
|
239
238
|
|
240
239
|
#### User-based token storage
|
241
|
-
A more granular control over level of access per user on an app might be necessary, to which the shop-based token strategy is not sufficient. Shopify supports a user-based token storage strategy where a unique token to each user can be managed.
|
240
|
+
A more granular control over the level of access per user on an app might be necessary, to which the shop-based token strategy is not sufficient. Shopify supports a user-based token storage strategy where a unique token to each user can be managed. Shop tokens must still be maintained if you are running background jobs so that you can make use of them when necessary.
|
242
241
|
```sh
|
242
|
+
$ rails generate shopify_app:shop_model
|
243
243
|
$ rails generate shopify_app:user_model
|
244
244
|
```
|
245
|
-
This will generate a user model which will be the storage for the tokens necessary for authentication.
|
245
|
+
This will generate a shop model and user model, which will be the storage for the tokens necessary for authentication.
|
246
246
|
|
247
247
|
The current Shopify user will be stored in the rails session at `session[:shopify_user]`
|
248
248
|
|
249
|
-
|
250
|
-
|
251
|
-
This will change the type of token that Shopify returns and it will only be valid for a short time. Read more about `Online access` [here](https://help.shopify.com/api/getting-started/authentication/oauth). Note that this means you won't be able to use this token to respond to Webhooks.
|
249
|
+
Read more about Online vs. Offline access [here](https://help.shopify.com/api/getting-started/authentication/oauth).
|
252
250
|
|
253
251
|
#### Migrating from shop-based to user-based token strategy
|
254
|
-
|
255
|
-
|
252
|
+
1. Run the `user_model` generator as mentioned above.
|
253
|
+
2. Ensure that both your `Shop` model and `User` model includes the necessary concerns `ShopifyApp::ShopSessionStorage` and `ShopifyApp::UserSessionStorage`.
|
254
|
+
3. Make changes to 2 initializer files as shown below:
|
256
255
|
```ruby
|
257
256
|
# In the `omniauth.rb` initializer:
|
258
257
|
provider :shopify,
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
258
|
+
...
|
259
|
+
setup: lambda { |env|
|
260
|
+
...
|
261
|
+
# Add this line
|
262
|
+
strategy.options[:per_user_permissions] = strategy.session[:user_tokens]
|
263
|
+
...
|
264
|
+
}
|
263
265
|
|
264
266
|
# In the `shopify_app.rb` initializer:
|
265
|
-
config.
|
266
|
-
config.
|
267
|
+
config.shop_session_repository = {YOUR_SHOP_MODEL_CLASS}
|
268
|
+
config.user_session_repository = {YOUR_USER_MODEL_CLASS}
|
267
269
|
```
|
268
270
|
|
269
271
|
### Authenticated
|
@@ -274,7 +276,7 @@ For backwards compatibility, the engine still provides a controller called `Shop
|
|
274
276
|
|
275
277
|
### AfterAuthenticate Job
|
276
278
|
|
277
|
-
If your app needs to perform specific actions after the user is authenticated successfully (i.e. every time a new session is created), ShopifyApp can queue or run a job of your choosing (note that we already provide support for automatically creating Webhooks and Scripttags). To configure the after authenticate job update your initializer as follows:
|
279
|
+
If your app needs to perform specific actions after the user is authenticated successfully (i.e. every time a new session is created), ShopifyApp can queue or run a job of your choosing (note that we already provide support for automatically creating Webhooks and Scripttags). To configure the after authenticate job, update your initializer as follows:
|
278
280
|
|
279
281
|
```ruby
|
280
282
|
ShopifyApp.configure do |config|
|
@@ -322,11 +324,11 @@ ShopifyApp.configure do |config|
|
|
322
324
|
end
|
323
325
|
```
|
324
326
|
|
325
|
-
When the oauth callback is completed successfully ShopifyApp will queue a background job which will ensure all the specified webhooks exist for that shop. Because this runs on every oauth callback it means your app will always have the webhooks it needs even if the user uninstalls and re-installs the app.
|
327
|
+
When the oauth callback is completed successfully, ShopifyApp will queue a background job which will ensure all the specified webhooks exist for that shop. Because this runs on every oauth callback, it means your app will always have the webhooks it needs even if the user uninstalls and re-installs the app.
|
326
328
|
|
327
|
-
ShopifyApp also provides a WebhooksController that receives webhooks and queues a job based on the received topic. For example if you register the webhook from above then all you need to do is create a job called `CartsUpdateJob`. The job will be queued with 2 params: `shop_domain` and `webhook` (which is the webhook body).
|
329
|
+
ShopifyApp also provides a WebhooksController that receives webhooks and queues a job based on the received topic. For example, if you register the webhook from above, then all you need to do is create a job called `CartsUpdateJob`. The job will be queued with 2 params: `shop_domain` and `webhook` (which is the webhook body).
|
328
330
|
|
329
|
-
If you would like to namespace your jobs you may set `webhook_jobs_namespace` in the config. For example if your app handles webhooks from other ecommerce applications as well, and you want Shopify cart update webhooks to be processed by a job living in `jobs/shopify/webhooks/carts_update_job.rb` rather than `jobs/carts_update_job.rb`):
|
331
|
+
If you would like to namespace your jobs, you may set `webhook_jobs_namespace` in the config. For example, if your app handles webhooks from other ecommerce applications as well, and you want Shopify cart update webhooks to be processed by a job living in `jobs/shopify/webhooks/carts_update_job.rb` rather than `jobs/carts_update_job.rb`):
|
330
332
|
|
331
333
|
```ruby
|
332
334
|
ShopifyApp.configure do |config|
|
@@ -364,9 +366,9 @@ class CustomWebhooksController < ApplicationController
|
|
364
366
|
end
|
365
367
|
```
|
366
368
|
|
367
|
-
The module skips the `verify_authenticity_token` before_action and adds an action to verify that the webhook came from Shopify. You can now add a post route to your application pointing to the controller and action to accept the webhook data from Shopify.
|
369
|
+
The module skips the `verify_authenticity_token` before_action and adds an action to verify that the webhook came from Shopify. You can now add a post route to your application, pointing to the controller and action to accept the webhook data from Shopify.
|
368
370
|
|
369
|
-
The WebhooksManager uses ActiveJob
|
371
|
+
The WebhooksManager uses ActiveJob. If ActiveJob is not configured then by default Rails will run the jobs inline. However, it is highly recommended to configure a proper background processing queue like sidekiq or resque in production.
|
370
372
|
|
371
373
|
ShopifyApp can create webhooks for you using the `add_webhook` generator. This will add the new webhook to your config and create the required job class for you.
|
372
374
|
|
@@ -374,7 +376,7 @@ ShopifyApp can create webhooks for you using the `add_webhook` generator. This w
|
|
374
376
|
rails g shopify_app:add_webhook -t carts/update -a https://example.com/webhooks/carts_update
|
375
377
|
```
|
376
378
|
|
377
|
-
|
379
|
+
Where `-t` is the topic and `-a` is the address the webhook should be sent to.
|
378
380
|
|
379
381
|
ScripttagsManager
|
380
382
|
-----------------
|
@@ -429,7 +431,7 @@ strategy.options[:old_client_secret] = ShopifyApp.configuration.old_secret
|
|
429
431
|
App Tunneling
|
430
432
|
-------------
|
431
433
|
|
432
|
-
Your local app needs to be accessible from the public Internet in order to install it on a Shopify store, to use the [App Proxy Controller](#app-proxy-controller-generator) or receive Webhooks.
|
434
|
+
Your local app needs to be accessible from the public Internet in order to install it on a Shopify store, to use the [App Proxy Controller](#app-proxy-controller-generator) or receive Webhooks.
|
433
435
|
|
434
436
|
Use a tunneling service like [ngrok](https://ngrok.com/), [Forward](https://forwardhq.com/), [Beeceptor](https://beeceptor.com/), [Mockbin](http://mockbin.org/), or [Hookbin](https://hookbin.com/) to make your development environment accessible to the internet.
|
435
437
|
|
@@ -470,6 +472,31 @@ Troubleshooting
|
|
470
472
|
|
471
473
|
see [TROUBLESHOOTING.md](https://github.com/Shopify/shopify_app/blob/master/docs/Troubleshooting.md)
|
472
474
|
|
475
|
+
Using Test Helpers inside your Application
|
476
|
+
-----------------------------------------
|
477
|
+
|
478
|
+
A test helper that will allow you to test `ShopifyApp::WebhookVerification` in the controller from your app, to use this test, you need to `require` it directly inside your app `test/controllers/webhook_verification_test.rb`.
|
479
|
+
|
480
|
+
```ruby
|
481
|
+
require 'test_helper'
|
482
|
+
require 'action_controller'
|
483
|
+
require 'action_controller/base'
|
484
|
+
require 'shopify_app/test_helpers/webhook_verification_helper'
|
485
|
+
```
|
486
|
+
|
487
|
+
Or you can require in your `test/test_helper.rb`.
|
488
|
+
|
489
|
+
```ruby
|
490
|
+
ENV['RAILS_ENV'] ||= 'test'
|
491
|
+
require_relative '../config/environment'
|
492
|
+
require 'rails/test_help'
|
493
|
+
require 'byebug'
|
494
|
+
require 'shopify_app/test_helpers/all'
|
495
|
+
```
|
496
|
+
|
497
|
+
With `lib/shopify_app/test_helpers/all'` more tests can be added and will only need to be required in once in your library.
|
498
|
+
|
499
|
+
|
473
500
|
Testing an embedded app outside the Shopify admin
|
474
501
|
-------------------------------------------------
|
475
502
|
|
@@ -479,6 +506,35 @@ By default, loading your embedded app will redirect to the Shopify admin, with t
|
|
479
506
|
forceRedirect: <%= Rails.env.development? || Rails.env.test? ? 'false' : 'true' %>
|
480
507
|
```
|
481
508
|
|
509
|
+
Migrating to 13.0.0
|
510
|
+
-------------------
|
511
|
+
|
512
|
+
Version 13.0.0 adds the ability to use both user and shop sessions, concurrently. This however involved a large
|
513
|
+
change to how session stores work. Here are the steps to migrate to 13.x
|
514
|
+
|
515
|
+
### Changes to `config/initializers/shopify_app.rb`
|
516
|
+
- *REMOVE* `config.per_user_tokens = [true|false]` this is no longer needed
|
517
|
+
- *CHANGE* `config.session_repository = 'Shop'` To `config.shop_session_repository = 'Shop'`
|
518
|
+
- *ADD (optional)* User Session Storage `config.user_session_repository = 'User'`
|
519
|
+
|
520
|
+
### Shop Model Changes (normally `app/models/shop.rb`)
|
521
|
+
- *CHANGE* `include ShopifyApp::SessionStorage` to `include ShopifyApp::ShopSessionStorage`
|
522
|
+
|
523
|
+
### Changes to the @shop_session instance variable (normally in `app/controllers/*.rb`)
|
524
|
+
- *CHANGE* if you are using shop sessions, `@shop_session` will need to be changed to `@current_shopify_session`.
|
525
|
+
|
526
|
+
### Changes to Rails `session`
|
527
|
+
- *CHANGE* `session[:shopify]` is no longer set. Use `session[:user_id]` if your app uses user based tokens, or `session[:shop_id]` if your app uses shop based tokens.
|
528
|
+
|
529
|
+
### Changes to `ShopifyApp::LoginProtection`
|
530
|
+
`ShopifyApp::LoginProtection`
|
531
|
+
|
532
|
+
if you are using `ShopifyApp::LoginProtection#shop_session` in your code, it will need to be
|
533
|
+
changed to `ShopifyApp::LoginProtection#activate_shopify_session`
|
534
|
+
|
535
|
+
### Notes
|
536
|
+
You do not need a user model; a shop session is fine for most applications.
|
537
|
+
|
482
538
|
Questions or problems?
|
483
539
|
----------------------
|
484
540
|
|
@@ -523,7 +579,7 @@ config.api_version = '2019-04'
|
|
523
579
|
|
524
580
|
### Session storage change
|
525
581
|
|
526
|
-
You will need to add an `api_version` method to
|
582
|
+
You will need to add an `api_version` method to your session storage object. The default implementation for this is.
|
527
583
|
```ruby
|
528
584
|
def api_version
|
529
585
|
ShopifyApp.configuration.api_version
|
data/Rakefile
CHANGED
@@ -8,11 +8,16 @@ module ShopifyApp
|
|
8
8
|
def callback
|
9
9
|
if auth_hash
|
10
10
|
login_shop
|
11
|
+
|
12
|
+
if ShopifyApp::SessionRepository.user_storage.present? && user_session.blank?
|
13
|
+
return redirect_to(login_url_with_optional_shop)
|
14
|
+
end
|
15
|
+
|
11
16
|
install_webhooks
|
12
17
|
install_scripttags
|
13
18
|
perform_after_authenticate_job
|
14
19
|
|
15
|
-
redirect_to
|
20
|
+
redirect_to(return_address)
|
16
21
|
else
|
17
22
|
flash[:error] = I18n.t('could_not_log_in')
|
18
23
|
redirect_to(login_url_with_optional_shop)
|
@@ -55,16 +60,15 @@ module ShopifyApp
|
|
55
60
|
token: token,
|
56
61
|
api_version: ShopifyApp.configuration.api_version
|
57
62
|
)
|
58
|
-
session[:shopify] = ShopifyApp::SessionRepository.store(session_store, user: associated_user)
|
59
|
-
session[:shopify_domain] = shop_name
|
60
|
-
session[:shopify_user] = associated_user
|
61
63
|
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
session[:
|
64
|
+
session[:shopify_user] = associated_user
|
65
|
+
if session[:shopify_user].present?
|
66
|
+
session[:user_id] = ShopifyApp::SessionRepository.store_user_session(session_store, associated_user)
|
67
|
+
else
|
68
|
+
session[:shop_id] = ShopifyApp::SessionRepository.store_shop_session(session_store)
|
67
69
|
end
|
70
|
+
session[:shopify_domain] = shop_name
|
71
|
+
session[:user_session] = auth_hash&.extra&.session
|
68
72
|
end
|
69
73
|
|
70
74
|
def install_webhooks
|
@@ -72,7 +76,7 @@ module ShopifyApp
|
|
72
76
|
|
73
77
|
WebhooksManager.queue(
|
74
78
|
shop_name,
|
75
|
-
token,
|
79
|
+
shop_session&.token || user_session.token,
|
76
80
|
ShopifyApp.configuration.webhooks
|
77
81
|
)
|
78
82
|
end
|
@@ -82,7 +86,7 @@ module ShopifyApp
|
|
82
86
|
|
83
87
|
ScripttagsManager.queue(
|
84
88
|
shop_name,
|
85
|
-
token,
|
89
|
+
shop_session&.token || user_session.token,
|
86
90
|
ShopifyApp.configuration.scripttags
|
87
91
|
)
|
88
92
|
end
|