nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

feat: Session Storage Support #1441

Closed Intevel closed 1 year ago

Intevel commented 2 years ago

Added session storage support, idea: #1322

Intevel commented 2 years ago

@bmulholland Can you take a look at this, its a nice feature.

bmulholland commented 2 years ago

I do this on a voluntary basis, so I get to what I want when I'm able. Please don't @ ping me unless there's something urgent.

Intevel commented 2 years ago

Oh okay, sorry.

bmulholland commented 2 years ago

It's okay, I appreciate your PR and I'm sure you're eager to get it out. No hard feelings, just setting my boundaries :)

bmulholland commented 2 years ago

Thanks again for this. Just took a look and the work seems good and comprehensive -- I appreciate the docs etc.

I think the nuxt team has some plans for storage management (centralizing how cookies, local storage, and state in general is handled) so I'm checking with others to see if this works with that planned direction. I'll let you know when I hear back.

mrfilippoff commented 1 year ago

will you add that feature?