Unblock a user
Last updated
Was this helpful?
Last updated
Was this helpful?
If you are the website owner, you can unblock users by removing their signing key from the appendable data associated with the current page.
The plugin deserializes the signing key of the user you want to unblock.
controller.js
The API returns the handle ID for the signing key.
The plugin removes the signing key of the user you want to unblock from the appendable data associated with the current page.
controller.js
The plugin updates the appendable data associated with the current page by sending a POST request to the SAFE Network.
controller.js
The plugin removes the serialized signing key of the user you just unblocked from the list of blocked users for the current page.
controller.js
The plugin updates the structured data with the new list of blocked users.
controller.js
The plugin saves the structured data by sending a POST request to the SAFE Network.
controller.js
The plugin drops the handle that represents the signing key of the user you just unblocked.
controller.js
When you select a user to unblock, the plugin is able to retrieve the serialized signing key of that user from .
After the user has been unblocked, the plugin .