notifications icon indicating copy to clipboard operation
notifications copied to clipboard

Test-push command should verify user keys

Open SystemKeeper opened this issue 10 months ago • 0 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

When executing occ notification:test-push we should verify that the stored keypair for the user is correct. Due to race condition it can happen, that the stored private key does not match the stored public key.

  • Ref implementation in server: https://github.com/nextcloud/server/pull/43646

SystemKeeper avatar Feb 09 '25 10:02 SystemKeeper