CodeChefVIT / CodeChefVIT/Common-Entry-Test
Club Signup fix.
- Dominant language
- HTML
- Stars
- 18
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The club signup logic had a security flaw due to which we want to migrate to invite code based signup or send a verification link via email to create a whitelisted club's account.
Make the required changes in the frontend if you continue with invite code or the frontend as well as backend for verification links.
- [Invite code based signup documentation](https://documenter.getpostman.com/view/12931122/TVmPAxAf#1b894ed8-fd4d-46ab-9ac6-e93d64835a28)
- [Club signup frontend page's component](https://github.com/CodeChefVIT/cetFrontend/blob/master/src/pages/club/SignUp.jsx) for the /club/signup route (currently commented in [here](https://github.com/CodeChefVIT/cetFrontend/blob/master/src/routes/ClubRoutes.jsx)).
Contributor guide
Assessment
This issue has not been assessed yet.