TheDarkun / Elevators

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

Make the application with a discord DB of registered users #5

Closed VanRhapsody closed 2 months ago

VanRhapsody commented 7 months ago

Make the registration linked to a discord DB of users so that only Discord users can log in.

VanRhapsody commented 7 months ago

Proposal This will probably be done automatically but either way the user is going to log in using his Discord account. This is going to be made possible using a query $"SELECT * FROM db_name WHERE username={username} AND password={password}". Of course we're going to receive the password some other way to not make it a public variable.

Also I'm not sure whether Discord uses an SQL based database.

VanRhapsody commented 6 months ago

Another proposal The user login could be linked with the access_token for adding a Discord bot