crowd-crunch / corridorcrunch-ng

next generation of the corridorcrunch tool, work in progress
0 stars 1 forks source link

Investigate obtaining an bungie.net OAuth App #5

Open ngunia opened 4 years ago

ngunia commented 4 years ago

We can request an OAuth application here: https://www.bungie.net/en/Application/Create

Without requesting any additional scopes, this will give us basic profile information about a Destiny player. They auth will be handled by bungie.net, and we should get a JWT token in response which we will verify is legit from Bungie, and will contain their account name.

This should be perfectly enough to identify users for the purposes of feeding them images they haven't seen before, gamification (leaderboards, transcription stats), as well as a "trust" value if we want to weight users to determine trolls/transcription heroes and affect our confidence algorithm.

Outstanding questions: