kwent / syno

Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
http://kwent.github.io/syno
MIT License
316 stars 51 forks source link

Skip authentication if not needed #39

Open Havock94 opened 6 years ago

Havock94 commented 6 years ago

Hello! I was wondering if it's possible to prevent users to type their usernames and passwords each time. Is it possible, for example, to use the session cookies or sessionId set by the DSM to automatically sign in the last user?

Thank you!

kwent commented 6 years ago

HI @Havock94,

It's probably doable but i'm lacking of time 😢

Any PR is welcome.