Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 0779b13

Browse files
authored
Update oauth.md
1 parent 907123e commit 0779b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/oauth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The route for starting the OAuth process (in this case `/login`) will use the li
1313
| `request` | `http.IncomingMessage` | Yes | - | The HTTP Request. |
1414
| `response` | `http.ServerResponse` | Yes | - | The HTTP Response. |
1515
| `shop` | `string` | Yes | - | A Shopify domain name in the form `{exampleshop}.myshopify.com`. |
16-
| `redirectPath` | `string` | Yes | - | The redirect path used for callback with a leading `/`. The route should be whitelisted under the app settings. |
16+
| `redirectPath` | `string` | Yes | - | The redirect path used for callback with a leading `/`. The route should be allowed under the app settings. |
1717
| `isOnline` | `bool` | No | `true` | `true` if the session is online and `false` otherwise. |
1818

1919

0 commit comments

Comments
 (0)