OSDG-IIITH / Discord-CAS

Tool for user verification via CAS on Discord servers.
0 stars 7 forks source link

Refactor and simplify verification process #17

Closed ankith26 closed 3 months ago

ankith26 commented 4 months ago

From a user perspective, this change aims to simplify the verification process by removing one step of the browser-side verification. The Discord OAuth2 mechanism just to read the users discord ID has been removed now (as this information is already available on the /bot side).

From a development perspective, here are the changes made in this PR