-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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: Add user:keys:verify command server#43646