koajs / discussions

KoaJS Discussions
2 stars 2 forks source link

Destroy Mounts #32

Open junaid33 opened 5 years ago

junaid33 commented 5 years ago

We are using koa-mount to mount a server based on who is logged in. We want to only allow the user that is logged in to see their servers. How can we achieve this? Can we use something like koa-session?