Fix GOG Auth: Korrektes Client-Secret
Das bisherige client_secret war fehlerhaft (falsche Endbytes). Korrigiert anhand der offiziellen GOG API-Dokumentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d909909591
commit
6d3051df04
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
const GOG_CLIENT_ID = '46899977096215655';
|
const GOG_CLIENT_ID = '46899977096215655';
|
||||||
const GOG_CLIENT_SECRET =
|
const GOG_CLIENT_SECRET =
|
||||||
'9d85c43b1482497dbbce61f6e4aa173a433796eebd2c1f0f7f015c4c2e57571';
|
'9d85c43b1482497dbbce61f6e4aa173a433796eeae2ca8c5f6129f2dc4de46d9';
|
||||||
const GOG_AUTH_URL = 'https://auth.gog.com/auth';
|
const GOG_AUTH_URL = 'https://auth.gog.com/auth';
|
||||||
const GOG_TOKEN_URL = 'https://auth.gog.com/token';
|
const GOG_TOKEN_URL = 'https://auth.gog.com/token';
|
||||||
const GOG_EMBED_URL = 'https://embed.gog.com';
|
const GOG_EMBED_URL = 'https://embed.gog.com';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue