keyshade icon indicating copy to clipboard operation
keyshade copied to clipboard

Realtime secret and configuration management tool, with the best in class security and seamless integration support

Results 123 keyshade issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
help wanted
pending-dependency
scope: api
priority: high

## 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...

scope: api
type: feature
priority: high

## 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...

type: enhancement
good first issue
scope: api
priority: medium

## 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...

type: enhancement
good first issue
scope: api
priority: medium

### **User description** ## Description Replaced RandomUUid with Math.Random Fixes #211 ## Dependencies _Mention any dependencies/packages used_ ## Future Improvements _Mention any improvements to be done in future related to...

enhancement
Review effort [1-5]: 2

## Description We need to have emoji as an icon for workspace and total number of project a workspace have for aesthetic purpose of the ui. Also, remove the `description`...

good first issue
scope: api
type: feature
priority: high
difficulty: 2

## Description Implement the pricing page for keyshade website. The pricing page should be on route `/pricing`. ## Figma file https://www.figma.com/design/agXphjCREPVedcay4cQtLP/Keyshade-Home?m=dev&node-id=1%3A1665&t=jBDazGdj8IE5kkaY-1 ## Design [![Pricing](https://github.com/keyshade-xyz/keyshade/assets/74916308/99c95329-c57e-4fc8-bcd6-69807d61f0f5)](https://www.figma.com/design/agXphjCREPVedcay4cQtLP/Keyshade-Home?m=dev&node-id=1%3A1665&t=jBDazGdj8IE5kkaY-1)

type: enhancement
scope: web
priority: urgent
enhancement

## 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. -...

good first issue
scope: api
type: feature
priority: high

## **User description** ## Description Added a check to skip creating a default workspace for admin users in the `createUser` function. Fixes #191 ## Dependencies None ## Future Improvements None...

type: enhancement

## **User description** ## Description This commit adds the package lint-staged. This package makes sure only staged changes are scanned for linting and formating instead of every file. I think...

type: enhancement