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

feat: Add IP pinning option #16

Closed Voltra closed 1 year ago

Voltra commented 1 year ago

Closes nuxt/nuxt.js#11733 .

valiafetisov commented 1 year ago

Please resolve conflicts and address or answer https://github.com/sidebase/nuxt-session/pull/16#discussion_r1019087731. Then we're ready to merge!

valiafetisov commented 1 year ago

Thanks @Voltra for the issue and awesome contribution 🖤

I assume @BracketJohn will do next release once https://github.com/sidebase/nuxt-session/pull/7 is merged as well.

BracketJohn commented 1 year ago

Yup will do - unless you need it urgently @Voltra?

Thanks for the contribution- it was a great idea and will be an awesome addition to the library.