Rajdip Bhattacharya
Rajdip Bhattacharya
### Contact Details [email protected] ### Is your feature request related to a problem? Please describe? The application uses the supabase buckets to store [static files](https://github.com/Shelf-nu/shelf.nu/blob/main/docs/get-started.md#file-storage). The problem here is, we...
## Description This function will allow any user to fork a project into any of their workspace, where they have permission to create a project. This is directly dependent on...
## Description Add support for changing email for a user. Here's the flow: - In the dashboard, the user tries to update their email. - They send in the updated...
## Description We want to set a standard UUID v4 IDs for our models. Prisma allows us to do this via using DB specific types. Refer to [this](https://github.com/prisma/prisma/issues/2933#issuecomment-770886156) thread to...
## Description Currently, the API sends an OTP while signing in or signing up with an email address. The problem isl, as per the standards, we should be sending a...
## Description Add an endpoint to log out. The functionality will be very simple - just clear the `token` cookie. ## Solution - Add a controller in auth controller. -...
## Description We would like to put up documentation about how our `web` package that is responsible for rendering our [homepage](https://keyshade.xyz). ## Solution - Create a file named `web.md` in...
## Description There are a few fixes and improvements required by the zod schema and its usage. We would like to address them in this issue: - [Email regex validation](https://github.com/keyshade-xyz/keyshade/blob/develop/apps/api/src/common/env/env.schema.ts#L61)...
**Describe the bug** We have migrated to using zod for validating our env schema (refer #200). Recently, I have encountered an error where we can't log in due to `JWT_SECRET`...
## Description Create the slack integration ## Solution - [ ] Create a class named `SlackIntegration` under `integration/plugins/slack.integration.ts`. - [ ] Implement the `base.integration.ts` file and all its functions -...