alexedwards / scs

HTTP Session Management for Go
MIT License
2.13k stars 166 forks source link

Add support for context at the store interface #104

Closed diegobernardes closed 3 years ago

diegobernardes commented 3 years ago

Hi Alex, thanks for this project. The public API of this project uses heavily the context, why not extend it to the store interface too? This would improve the persistence allowing better and easier instrumentation of the code for example.

diegobernardes commented 3 years ago

Duplicated #81