Contacts: Archranis.2375 // Neksis Syxx.6983
API Key "Account" permission -- split up?
[JUGs] Just Us Grownups — http://jugs-guild.com
Contacts: Archranis.2375 // Neksis Syxx.6983
Contacts: Archranis.2375 // Neksis Syxx.6983
Web Programmer
From a technical standpoint, the API is implemented by a Javascript “frontend” on top of a collection of backend servers — the backend servers enforce all the scopes. Pretty much all of the authenticated endpoints needs the user’s game account ID, which is a secret distinct from the account GUID we return and is only accessible internally with the “account” scope (why that scope is required for all API keys).
At this point, it would be fairly difficult to change the behavior without affecting third-party applications.