RealDevSquad / RealDevSquad/website-backend
Remove github token from users collection
Open
@fakhruddinkw is already working on this.
Since Jun 27, 2023.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
GitHub token is not being used at any point in the backend.
There is no use for it so we will not be storing it in the future
TODO:
- We should not store GitHub token when user's login's through github
- Remove GitHub token from user's collection [ Migration ]
FOLLOW UP
- Update model: https://github.com/Real-Dev-Squad/website-data-models/issues/49
- Update API contract: https://github.com/Real-Dev-Squad/website-api-contracts/issues/144
- Remove route after use: https://github.com/Real-Dev-Squad/website-backend/issues/1318
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.