TheDarkun / Elevators

Fullstack .NET Project for SOČ
0 stars 0 forks source link

Server list in Dashboard Page #15

Open VanRhapsody opened 8 months ago

VanRhapsody commented 8 months ago

Proposal The server list should OAuth2 and get the list of servers where the specific user has an admin role. I suppose it should do something with the rpc scope.

TheDarkun commented 8 months ago

Let's use OAuth2 to fetch the server list directly from Discord's API instead of storing it in our database. This way, we ensure that the dashboard always shows the latest changes.