fix(api): update Epic Games OAuth endpoints and client ID
The changes replace old API endpoints with current Epic Games' Public Account Service URLs and update the client ID across all OAuth requests (device authorization, token exchange, and refresh). This resolves authentication failures caused by deprecated endpoints and credentials.
This commit is contained in:
parent
e494c1c04e
commit
1455963346
2 changed files with 9 additions and 5 deletions
|
|
@ -14,3 +14,7 @@ services:
|
|||
environment:
|
||||
# - EMAIL=foo@bar.org
|
||||
# - NOTIFY='tgram://...'
|
||||
- EG_MODE=new
|
||||
|
||||
volumes:
|
||||
fgc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue