I'm an experienced Ruby
(Sinatra
, Event Machine
, Warden
, etc) developer and have decided to teach myself Node.js
I've written enough Node
now to feel very comfortable with it, and now I'm feeling a bit more ambitious. I would like to wire a simple Sails.js
app and a forum built with NodeBB
together such that my users can sign into one and be automatically signed in to the other.
I'd like those users to have role-based authentication
for access to various parts of the Sails
app and also of the forum, so they'd need to share a common RBAC
model.
Is Passport
suitable for this? And if so, do you have any links to examples?