[Vuejs]-Logic for Handling User Login in Node/Vuejs App

0👍

I hope this isn’t considered cheating, but I put together a full demo of Passport signin / authentication. It uses Mongo to store the user and their tokens.

https://github.com/gedrick/vue-node-passport

👤Geddy

Leave a comment