A Discord OAUTH Plugin to associate CTFd users with discord accounts. This replaces the OAUTH id field with the discord ID of the user. Currently, the scoreboard, and all user pages are modified from the core-beta theme to include our custom values.
- Clone project and place in
CTFd/CTFd/pluginsand restart CTFd - Update
config.jsonwith your discord token values. - Add
http://<URL>/discord/oauth_callbackto discord OAUTH routes
/api/v1/discord/<discord_id> will return the CTFd user with that ID.




