#passportjs search results
2 | 97 Working on a social platform for DJs for a friend(who happens to be a DJ). Connected to #mongoDB & set up login/ register routes. Set up #passportjs for auth. Now for the profiles. #100DaysOfCode
Socket.IO (with websockets) – the details. (socket io v2) Link - buff.ly/2YD4T4R #freetutorialstack #Nodejs #Passportjs #socketio #reactjs #redux #APIs #mongoose #MERNBroke #100DaysOfCode #GameDev #girlsintech #womenintech #learntocode #301DaysOfCode
Login using passport JS and mongoDB fails when deployed to Heroku stackoverflow.com/questions/6808… #passportjs #nodejs #heroku
How to login user with passport.js stackoverflow.com/questions/6744… #mongoose #passportjs #express #nodejs
This weekend I built a log in app using #Passportjs for authentication, bcrypt to hash the password, react native for the UI, heroku to deploy it too and cleardb to store the users. Getting better everyday! #javascript #mysql #nodejs #heroku #reactnative #100DaysOfCode
R2D33 #100DaysOfCode Created login, logout, and register forms and routes for my blog post app, using #passportJS #PassportLocal. #NodeJS #Mongoose #MongoDB #authentication #MomsCanCode #CodeNewbie #30DaysOfGitHub 🎉
How to Build NodeJS web application with PassportJS for authentication dev.thegeeknews.net/6798de476e #NodeJS #PassportJS #development
On Friday founderscoders we did an #OAuth codealong workshop using #passportjs. It was a great introduction to the authorisation process and we managed to successfully use our Facebook sign-in details. I'm going to try to do it again and set up a ne
Day 59 #100DaysOfCode - Planning stage of the app, trying to think up all the basics. Setup #ejs and #passportjs #mongodb today. Tried #pug templates, but not a fan. Going to stick with EJS to get initial app POC built. #commitgraph rocks!
Day 52 #100DaysOfCode - Didn’t have time to tweet yesterday. Having fun with params today in #expressjs #passportjs #52daystreak #200contributions
R2D34 #100DaysOfCode #30DaysOfGitHub Added authentication to my Campground app, cleaned up A TON of code, separated my routes into files, & changed the comments' section to display the username's name automatically. #PassportJS #MongooseLocalPassport #MongoDB #MomsCanCode
Day44 #100DaysOfCode Still grinding away at my project. #Nodejs #Passportjs #socketio #reactjs #redux
Learn how to handle authentication with Node using Passport.js ☞ on.geeklearn.net/60a89fe496 #Node #Passportjs #authentication #api
The improved documentation on #LoopBack4 #authentication. Wanna know how to use JWT authentication, #PassportJS adapter or build your own authentication strategy? Check it out: loopback.io/doc/en/lb4/Aut… #LearningLoopBack #NodeJS #TypeScript #OpenAPI #LoopBack
Here's a Passport.js based boilerplate for auth with Hasura ⤵️ 🔗 Built-in endpoints for login & signup 📄 Knex.js based migrations for users schema model 👉 github.com/hasura/graphql… #GraphQL #passportjs #javascript #webdev
Building and Securing a Node.js and Express App using Passport.js and Auth0 ☞ morioh.com/p/6f823839457a #Nodejs #Express #Passportjs #Auth0 #Morioh
How to Build NodeJS web application with PassportJS for authentication ☞ ift.tt/32BdmbF #Node #WebApp #PassportJS #authentication
Day 64 of #100DaysOfCode Today I dived into Authentication & Authorization 🚀 Learned the difference between authentication (who you are) and authorization (what you can do). Explored Passport.js for handling login strategies. #WebDev #PassportJS #Authentication #Authorization
Level up your auth game with Passport.js! 📈 Use middleware to separate concerns, and never hardcode secrets. Your future self will thank you. #PassportJS #DevTips
🔒Secure Your MERN Apps in 2025!🔒 Master #PassportJS for robust authentication (local, OAuth, JWT) in your #MongoDB, #Express, #React, #Nodejs projects. Learn advanced security, session management, and future-proofing with WebAuthn! ome9a.com/blogs/securing… #WebDev @omegaStrikes
ome9a.com
Securing MERN Apps with Passport.js in 2025
Master Passport.js to secure your MERN (MongoDB, Express, React, Node.js) applications in 2025. This extensive guide covers setup, authentication strategies...
Challenge 3: Backend Podcast Series - Node.js Foundation Level 1 - Now Powered by Express.js tinyurl.com/Ep-24-Linkedin Episode 24: 🔐 All About the Passport.js Authentication Flow – Layered Breakdown #Nodejs #BackendDev #Passportjs #WebDev #IndiaTech #OpenSource #BangaloreTech
🔐 Securing your Node.js app? This thread covers how to use Passport.js for powerful, scalable authentication. We’ll walk through: Local strategy JWT tokens Google OAuth Best practices Let’s dive in 👇 #NodeJS #PassportJS ome9a.com/blogs/implemen…
ome9a.com
Implementing Authentication with Passport.js in Node.js
Learn to secure your Node.js applications with Passport.js authentication, featuring detailed setup, strategies, and production-ready best...
ME: Trying to learn express-session & Passport. Tutorial: Only takes 10 mins with express-session ! 1 hour later: What even is a session? Why is it serializing me? Am I the cookie? 🤷♂️ #NodeJS #PassportJS #devlife #webdeveloper
Cooking an image processing service à la Cloudinary. Stay tuned. 👨🏾🍳🔥 #NestJS, #PassportJS, #SharpJS, #MongoDB, #PrismaORM, #AWS #S3… #3ne #ndiade 😄
🚀 Dive into secure web app authentication with JWT and Passport.js! This beginner's guide covers user registration, password hashing, and route protection, ensuring your app is safe and scalable. Check it out! #NodeJS #JWT #PassportJS #WebDevelopment @H… ift.tt/MGXhsW4
dev.to
Implementing Authentication Using JWT and Passport.js: A Beginner’s Guide
Introduction Authentication is a crucial part of web applications, ensuring that only...
🚀 Want to implement local authentication in your Node.js & Express app? 🔐 Learn how to set up Passport.js for secure user login, session management & route protection! Full guide 👉 dev.to/blamsa0mine/a-… #NodeJS #ExpressJS #PassportJS #WebDev #Authentication
dev.to
A Comprehensive Guide to Local Authentication with Passport.js in Express
A Comprehensive Guide to Local Authentication with Passport.js in Express Authentication...
🔒 Secure your web app with user authentication using Passport.js! Learn to implement local login, password hashing with bcrypt, and route protection. Simplify your auth process while keeping your app safe! #NodeJS #PassportJS #WebSecurity #DevCommunity … ift.tt/VCHFuSn
dev.to
How to Implement Secure User Authentication with Passport.js
User authentication is a critical component of most web applications. It ensures that only authorized...
🚀 implemented secure authentication using #PassportJS with both JWT & Local strategies! 🔐 Seamless login flow, managing cookies 🍪 ✅ Token-based auth for API ✅ Secure cookie handling ✅ Scalable for any project #WebDev #NodeJS #JavaScript #MERN #Authentication
Exploring the world of OAuth authentication in Node.js with Passport.js! Building secure and scalable login systems for modern apps. #NodeJS #OAuth #PassportJS #WebDev #CodeJourney
🔥🔥 #nodejs #nodemailer #passportjs #oauth #jwt #JavaScript #css #ejs #bootstrap #express #fullstackdeveloper #backend #frontenddev
How to Build NodeJS web application with PassportJS for authentication dev.thegeeknews.net/6798de476e #NodeJS #PassportJS #development
#passportjs is so useful for node.js projects requiring stuff like authentication. Doing another project with Discord OAuth 😁
passport js use email instead of username not working as expected stackoverflow.com/questions/6901… #reactjs #passportjs
How to login user with passport.js stackoverflow.com/questions/6744… #mongoose #passportjs #express #nodejs
ReferenceError: require is not defined :require('./config/passport')(passport); stackoverflow.com/questions/6674… #passportjs #javascript #nodejs
How do I show a specific web design to a user? stackoverflow.com/questions/6754… #reactjs #passportjs #javascript #nodejs
Socket.IO (with websockets) – the details. (socket io v2) Link - buff.ly/2YD4T4R #freetutorialstack #Nodejs #Passportjs #socketio #reactjs #redux #APIs #mongoose #MERNBroke #100DaysOfCode #GameDev #girlsintech #womenintech #learntocode #301DaysOfCode
Login using passport JS and mongoDB fails when deployed to Heroku stackoverflow.com/questions/6808… #passportjs #nodejs #heroku
2 | 97 Working on a social platform for DJs for a friend(who happens to be a DJ). Connected to #mongoDB & set up login/ register routes. Set up #passportjs for auth. Now for the profiles. #100DaysOfCode
How to use existing user and update schema with authentication threw passport.js stackoverflow.com/questions/6833… #mongoose #nodejs #passportjs
node.js - bcrypt.compare() is not working in async function stackoverflow.com/questions/7181… #passportjs #bcrypt #asyncawait #nodejs
How to reset / change password in Node.js with Passport.js? stackoverflow.com/questions/2027… #passportjs #nodejs #resetpassword
How to pass data with a session or cookie while redirecting with express / nodejs / passport? stackoverflow.com/questions/6751… #passportjs #express #nodejs
change cookie when access token is expired(jwt, passport.js ,node.js) stackoverflow.com/questions/7185… #passportjs #express #jwt #nodejs
Something went wrong.
Something went wrong.
United States Trends
- 1. Wemby 29.9K posts
- 2. Steph 64.2K posts
- 3. Spurs 29.8K posts
- 4. Draymond 12K posts
- 5. Clemson 11.1K posts
- 6. Louisville 10.9K posts
- 7. #SmackDown 49.8K posts
- 8. Zack Ryder 15.3K posts
- 9. Aaron Fox 2,078 posts
- 10. #DubNation 1,970 posts
- 11. Harden 13.4K posts
- 12. Dabo 1,968 posts
- 13. Brohm 1,618 posts
- 14. Marjorie Taylor Greene 43.4K posts
- 15. Massie 52.8K posts
- 16. Landry Shamet 5,752 posts
- 17. Matt Cardona 2,797 posts
- 18. Mitch Johnson N/A
- 19. #OPLive 2,447 posts
- 20. UCLA 8,369 posts