From 690d4707d8f9c6180b9a961b9247e354f146aec8 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 12 Aug 2025 15:20:43 +0200 Subject: [PATCH] gotoso-de.md aktualisiert --- gotoso-de.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gotoso-de.md b/gotoso-de.md index f481eb2..d85ce0f 100644 --- a/gotoso-de.md +++ b/gotoso-de.md @@ -7,11 +7,11 @@ ``https://DEINE_INSTANZ_URL/oauth/authorize?response_type=code&client_id=DEIN_CLIENT_ID&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=read`` Melde dich an und bestätige und kopiere den Code 5. Passe folgenden Code an: -``curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ - -d "client_id=DEIN_CLIENT_ID" \ - -d "client_secret=DEIN_CLIENT_SECRET" \ - -d "grant_type=authorization_code" \ - -d "code=DER_CODE_AUS_SCHRITT_4" \ - -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" - | jq -r .access_token`` +curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ + -d "client_id=DEIN_CLIENT_ID" \ + -d "client_secret=DEIN_CLIENT_SECRET" \ + -d "grant_type=authorization_code" \ + -d "code=DER_CODE_AUS_SCHRITT_4" \ + -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" + | jq -r .access_token Kopiere diesen Code in dein Terminal und drücke Enter. Du erhälst nun dein User-Token, denn du bei Yellow unter yellow-system.ini eintragen kannst.