CatalystCode / node-authbot

🔑 A bot that authenticates users and get profile information about the user
29 stars 19 forks source link

Removed call to users array #10

Closed GeekTrainer closed 7 years ago

GeekTrainer commented 8 years ago

I removed the users array. It was declared at the class level, meaning that it would be tied to one server. In addition, it's not needed as we're only using Passport to simplify the authentication process.

GeekTrainer commented 8 years ago

Made updates to how the resurrect code works. Rather than parsing items out, I simply serialize the address and pass that around as needed.

GeekTrainer commented 7 years ago

Closing this because it doesn't work. :-)