Function: createMemoryUserStore()
createMemoryUserStore(
initial?):EmailAuthUserStore
Defined in: memoryStores.ts:132
In-memory reference EmailAuthUserStore, keyed by normalized email. Ids are sequential, so they are stable within a run but meaningless across runs. For tests, local development, and examples only.
Parameters
| Parameter | Type | Default value |
|---|---|---|
initial | EmailAuthUser[] | [] |