20
molten
7y

Step 1 - Start with socket.io in NodeJS to create chat extension for browsers
Step 2 - Let's authenticate the users
Step 3 - Cry

Comments
  • 1
    framework alarm!
    you may have look at www.meteor.com
    realtime fullstack framework with built in package manger, for things like OAuth
  • 2
    What about express and passport?
  • 0
  • 1
    You need to use ExpressJs!
  • 1
    You can use express, passwort-jwt, or jwt-simple.
  • 3
    Just send plaintext passwords over the Internet, comparing them using unprepared sql statements to the plaintext databasefields.
    It's not like your users would know

    Everyone and their frameworks🙄
  • 2
    @Tobyvw
    This is litteraly what they teached at my school!
Add Comment