sidebase / nuxt-session

Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
https://sidebase.io/nuxt-session/
MIT License
189 stars 19 forks source link

Docs: Add example of how to use non-default storage backend #9

Closed BracketJohn closed 1 year ago

BracketJohn commented 1 year ago

Add a sub-section to the storage documentation that shows how to use a non-default storage backend, e.g., redis.

Could be something like:

#### Example: Redis

To use redis as your session storage backend, do the following:
1. ...
2. ...
BracketJohn commented 1 year ago

done, see https://github.com/sidebase/nuxt-session#example-of-using-a-different-storage-driver