Disconnect
Wander Injected API disconnect() function
To end the current Wander session for the user, you can disconnect from the extension, using the disconnect()
function. This removes all permissions from your site and Wander will no longer store application and gateway data related to your application. To use the Injected API again, you'll need to reconnect.
Note: It is recommended to only use this function once the user clicks a clearly marked "Disconnect" button in your application.
Example usage
Last updated
Was this helpful?