Manipal-OSF / bot

A community discord bot, used in the OSF server.
MIT License
5 stars 4 forks source link

[Feature] Authentication for OSF recruits #8

Closed aghogwarts closed 1 year ago

aghogwarts commented 1 year ago

Is your feature request related to a problem? Please describe. Not a problem right now but a feature we could implement in order to avoid problems like impersonation.

Describe the solution you'd like Member specific authentication done inside discord by the bot for OSF Dev team recruits in order to maintain proficiency and authenticity.

Describe alternatives you've considered Verification Bots like captcha.etc

Additional context NA

abhigyantrips commented 1 year ago

This is currently blocked by #10 and #17, since it will require member info to be fetched from the database.

abhigyantrips commented 1 year ago

Since we're directly making an API request to the database now, there isn't a need to wait for the DB pool or Docker to be implemented.