human-internet / discord-bot

Code for a bot that allows user authentication with Discord (i.e. you login with humanID and you get assigned a role of 'authenticated')
1 stars 1 forks source link

[TN-268] Adjust /verify backend to use web sockets #116

Closed ccrawford4 closed 1 week ago

ccrawford4 commented 6 months ago

At present, the /verify command makes a large number of requests to the backend to determine if verification was successful or not. This can be improved with the implementation of web-sockets to facilitate real-time communication.