Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
153 stars 30 forks source link

drop last dependency #24

Closed tinovyatkin closed 7 years ago

tinovyatkin commented 7 years ago

You have just one dependency in the class that suppose to be overwritten and this dependency is very easy to drop. So, let's do it!

Secbone commented 7 years ago

I always thought that uid-safe would check if the id was unique, but I found it did not. So this PR is great ! 😃