Magic Coder
Magic Coder
**What is the problem?** Auth token are exposed in the URL when user signs in the website. This allows attacker to easily steal users' token as it can be send...
**What is the problem?** There is no measurements on how many users tried to sign in to the app using different oauth account providers. **Your solution** Add [instrumentation code](https://github.com/short-d/short/tree/master/backend/app/usecase/instrumentation) to...
**What is the problem?** There are lots of large PRs without clear PR descriptions. People never had the opportunity to learn how to write good PR description and why to...
Currently, we are manual logging into the server to manage Short's database. This is very inconvenient. Let's create a admin dashboard so that we can: 1) Add a short link...
User should be able to edit the short links they created. This involves: - Add edit & delete button to the Short links that are created by the user in...
Currently, there is no standardized way for load balancer to automatically determine the liveness of a service in order to route the traffic to the available server.
User should be able to search the public and the private short links they created. This involves - Add a search box in the header in React - Add search...