alexedwards / scs

HTTP Session Management for Go
MIT License
2.05k stars 165 forks source link

expose CtxStore interface to allow custom implementations of context-… #165

Closed gmhafiz closed 9 months ago

gmhafiz commented 1 year ago

expose CtxStore interface to allow custom implementations of context-based methods

alexedwards commented 9 months ago

Thanks, but this PR isn't necessary. If you have a custom store that implements the CtxStore interface, you can already set it to SessionManager.Store and it will work.