3.0.5 • Published 16 days ago

@shopify/shopify-app-session-storage-memory v3.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

In-Memory Session Storage

This package implements the SessionStorage interface to work with an in-memory storage table.

import {shopifyApp} from '@shopify/shopify-app-express';
import {MemorySessionStorage} from '@shopify/shopify-app-session-storage-memory';

const shopify = shopifyApp({
  sessionStorage: new MemorySessionStorage(),
  // ...
});

Note: :warning: This session storage model is for local development only, to make it easier for developers to get started. It will delete all sessions if the app process gets restarted or redeployed, and is not meant for production use. For persistent storage, use one of the other options (see relevant section above for instructions).

If you prefer to use your own implementation of a session storage mechanism that is compatible with the @shopify/shopify-app-express package, see the implementing session storage guide.

3.0.5

16 days ago

3.0.4

24 days ago

3.0.3

1 month ago

3.0.2

2 months ago

3.0.1

3 months ago

3.0.0

3 months ago

2.0.4

4 months ago

2.0.3

4 months ago

2.0.2

5 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.11

9 months ago

1.0.10

9 months ago

2.0.1

7 months ago

1.0.13

8 months ago

2.0.0

7 months ago

1.0.12

8 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-rc.0

1 year ago