Configure the authentication manager with storage options and auth methods
Install the SDK
Choose Storage Plugin
Storage Type | Persistence | Use Case | Environment |
---|---|---|---|
localStorage | Survives page refresh & browser restart | Web applications, client-side storage | Browser |
localStorageNode | File-based persistent storage | Node.js applications, server-side scripts | Node.js only |
custom | Depends on implementation | Database storage, encrypted storage, cloud storage | Custom |