dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Development | Discord/Bungie Registration #27

Closed dvillavicencio closed 11 months ago

dvillavicencio commented 11 months ago

From Discord's documentation, Discord Bot users communicate with web server's through web hooks, that means that in-memory web sessions might not be the right solution for persisting Bungie sign-in registrations with a Discord ID. This task is to figure out a good architecture to link a discord user with their bungie account through OAuth2.0 so that the Discord is able to refer back to the details.

Edit: Infrastructure changed quite drastically with how the application is using web hooks now instead of REST APIs for communication with Discord. The project now uses MongoDB as part of the architecture.