Skip to content

Commit 4ade4a2

Browse files
authored
Merge pull request #1261 from tkhq/traian/apple-redirect-url
Add trailing slash in redirect url
2 parents c4f4da4 + ffcc56a commit 4ade4a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • examples/with-react-native-wallet-kit

examples/with-react-native-wallet-kit/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ Turnkey’s OAuth flows use a fixed origin and redirect service. Configure your
137137
- Authorized redirect URI (use your app scheme):
138138

139139
```
140-
https://oauth-redirect.turnkey.com?scheme=withreactnativewalletkit
140+
https://oauth-redirect.turnkey.com/?scheme=withreactnativewalletkit
141141
```
142142

143+
> **Note**: register the URI exactly as shown, including the `/` before the query string.
144+
143145
If you change the scheme, update both `app.json` (`expo.scheme`) and `EXPO_PUBLIC_APP_SCHEME` in `.env`.
144146

145147
### 2. Set your client IDs in `.env`

0 commit comments

Comments
 (0)