I'm a nodejs
beginner and I have a question about authentication.
My goal is to have an authentication based on the operative system users where the server js run.
I read many article on passport and express framework, but all require the presence of a mongoDB and it was out of scope for my problem.
So my question is:
Is it possible in nodejs
to interact with OS and write an authentication module for the OS users?