-
Notifications
You must be signed in to change notification settings - Fork 0
Bearer Token Login Fix
TheCellMaster edited this page Mar 26, 2026
·
1 revision
Problem: Login fails with "Bad Credentials" error in Ninja.
Go to https://gameforge.com/ and log in with your account.
Press F12 to open the browser developer tools, then go to the Network tab.
In the Network filters, select Fetch/XHR.
Press F5 to refresh the page.
Look for a request named accounts.
Open this request and navigate to:
Headers → Request Headers → Authorization
In the Authorization header, you will see a value starting with Bearer.
Copy only the token value, removing the word Bearer and any leading spaces.
Example:
Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx...
↓ copy only this part ↓
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx...
Paste the copied token value into Ninja as your authorization token.
If it still doesn't work, set a new password for your account and repeat the steps above.
Login & Authentication
Proxy & Network
Monitoring & Availability
Bot Configuration