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
When doing a KeyshareRemove, KeyshareRemoveAll or RemoveScheme in irmaclient, we expect that the keyshare account will also be deleted in the keyshare server. This is an explicit action by the user, so we can follow the same process here as when deleting the account using MyIRMA/MyYivi (i.e. block the account, send a notification email and delete all data after a 14 day delay).
Current behaviour:
Nothing is deleted immediately, because the keyshare server has no endpoint for irmaclient to initiate this action. The account is only deleted after 365 days now, or when the user explicitly requests this via MyYivi.
The text was updated successfully, but these errors were encountered:
Expected behaviour:
When doing a
KeyshareRemove
,KeyshareRemoveAll
orRemoveScheme
in irmaclient, we expect that the keyshare account will also be deleted in the keyshare server. This is an explicit action by the user, so we can follow the same process here as when deleting the account using MyIRMA/MyYivi (i.e. block the account, send a notification email and delete all data after a 14 day delay).Current behaviour:
Nothing is deleted immediately, because the keyshare server has no endpoint for irmaclient to initiate this action. The account is only deleted after 365 days now, or when the user explicitly requests this via MyYivi.
The text was updated successfully, but these errors were encountered: