polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
971 stars 417 forks source link

How to disconnect the browser extension #1288

Open niklasp opened 1 year ago

niklasp commented 1 year ago

I call web3enable to request a site to access the browser extension. How can I logout = user should be asked next time when they visit the site again for access? triggering the same behavior with js like clicking the trash icon here:

Bildschirmfoto 2023-09-29 um 00 12 32

Is that possible? Or how is a good connect / disconnect flow?