Joy
Joy
Date: 20 March 2024 Developer Name: Joy Gupta --- ## Issue Ticket Number Phase 1 - https://github.com/Real-Dev-Squad/website-backend/issues/1974 ## Description This PR contains refactoring of `sync-external-account` API and also simplified implementation...
### Issue Description By default, every developer has the status "ONBOARDING" in the database once they join the Discord server. This onboarding status should ideally be removed within a month....
### Issue Description Users can add any role by modifying the payload while adding groups from the dashboard site. ### Expected Behavior Users should only have the authority to add...
## Description: We need to implement a secure, two-way communication channel between the Discord service and the website backend. This communication will be encrypted using RSA key pairs (public and...
## Description: Add the RSA public key corresponding to the private key added in the Discord service as `DISCORD_SERVICE_PUBLIC` in the environment configuration. This will allow the website backend to...
## Description: The current middleware verifyDiscordBot requires an update to properly validate incoming requests from the Discord service. Right now, it partially handles this by checking the x-service-name header and...