Skip to content

Commit e80f6e9

Browse files
author
Ariel Weingarten
authored
docs(provider): Update twitch.md (#1353)
State what redirect URL to add to the Twitch console.
1 parent 6b5a215 commit e80f6e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/docs/providers/twitch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ https://dev.twitch.tv/docs/authentication
1111

1212
https://dev.twitch.tv/console/apps
1313

14+
Add the following redirect URL into the console `http://<your-next-app-url>/api/auth/callback/twitch`
15+
1416
## Example
1517

1618
```js
@@ -23,4 +25,4 @@ providers: [
2325
})
2426
]
2527
...
26-
```
28+
```

0 commit comments

Comments
 (0)