Session Storage
This guide covers session persistence so users don’t need to re-authenticate on every visit using the Privacy Boost React SDK. For the conceptual overview, see Key Management.Built-In Persistence
Configure persistence in the provider:Logout
| Method | What it does | Next login |
|---|---|---|
clearSession() | Clears auth token, keeps keys in memory | Fast — no wallet popups |
logout() | Clears everything (keys, token, connection) | Full re-auth with wallet popups |