You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to delete their PersonalAccessToken.
To do this, we need an API which can delete a token, given the supplied UUID of the token. When handling the RPC, we need to ensure that the Token UserID also matches the User of the request to prevent deletions of tokens for other users.
A user should be able to delete their PersonalAccessToken.
To do this, we need an API which can delete a token, given the supplied UUID of the token. When handling the RPC, we need to ensure that the Token UserID also matches the User of the request to prevent deletions of tokens for other users.
Acceptance Criteria:
deleted
property to true. This will ensure that db-sync performs the delete and sycnhronisesThe text was updated successfully, but these errors were encountered: