Hey, y'all!I've been learning Node.JS (without Express.js) for a while, and I decided to learn by making a server and whatnot. I went for the obvious IM-type thing, but I ran into "password problems", so I changed it and made a sorta kanban-ish thing.But now I'm stuck because I really need Auth in my app. I've been strongly cautioned never to rig up auth on my own, so I turned to Passport.js — only to find that I had to use Express.js to use Passport.I'm not against Express or anything — in fact, it's next on my list — but I want to see how much I can do with Node.js alone, without letting something higher-level abstract everything away from me.So, in sum: Authentication & Authorisation without Express.js. (Also, a tutorial would be nice, I'm a beginner.)Thanks, folks!
Submitted December 01, 2018 at 09:56AM by turntopage294
No comments:
Post a Comment