Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auth][graphql] deleteUserAPIKeys mutation #4059

Closed
Tracked by #3433
axiomofjoy opened this issue Jul 29, 2024 · 1 comment
Closed
Tracked by #3433

[auth][graphql] deleteUserAPIKeys mutation #4059

axiomofjoy opened this issue Jul 29, 2024 · 1 comment
Assignees

Comments

@axiomofjoy
Copy link
Contributor

axiomofjoy commented Jul 29, 2024

mutation deleteUserAPIKeys(keyIds: [String!]!) {
  apiKeys {
    id
    name
  }
}

Only admins and the user who created a key should be able to delete it.

@axiomofjoy axiomofjoy changed the title [auth][graphql] deleteApiKey resolver [auth][graphql] deleteApiKeys resolver Jul 29, 2024
@axiomofjoy axiomofjoy changed the title [auth][graphql] deleteApiKeys resolver [auth][graphql] deleteUserAPIKeys resolver Aug 9, 2024
@Parker-Stafford Parker-Stafford changed the title [auth][graphql] deleteUserAPIKeys resolver [auth][graphql] deleteUserAPIKeys mutation Sep 4, 2024
@Parker-Stafford
Copy link
Contributor

closed in #4489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants