From 592722ab32cc2077a876e9de4c2e7de59ff3d32f Mon Sep 17 00:00:00 2001 From: loco306 Date: Sat, 27 Jun 2026 03:00:46 -0500 Subject: [PATCH] docs(oauth): fix broken 127.0.0.1 workaround URL and invalid JSON in token examples Co-Authored-By: Claude Opus 4.8 (1M context) --- getting-started/generating-tokens-oauth2-flow.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/generating-tokens-oauth2-flow.md b/getting-started/generating-tokens-oauth2-flow.md index 7d479eb..0885b3a 100644 --- a/getting-started/generating-tokens-oauth2-flow.md +++ b/getting-started/generating-tokens-oauth2-flow.md @@ -194,7 +194,7 @@ Uses a client\_id and client\_secret to generate an app access token which can b { "access_token": "", "token_type": "", - "expires_in": "", + "expires_in": "" } ``` {% endtab %} @@ -231,7 +231,7 @@ Body: { "access_token": "", "expires_in": "", - "token_type": "", + "token_type": "" } ``` @@ -413,7 +413,7 @@ GET https://id.kick.com/oauth/authorize? response_type=code& client_id=& - redirect=127.0.0.1 + redirect=127.0.0.1& redirect_uri=& scope=& code_challenge=&