SQL-Injectors / ExpenseTracker

0 stars 0 forks source link

Research User Authentication using Node RESTful APIs with JSON Web Tokens #7

Open artawood opened 6 years ago

artawood commented 6 years ago

Research the development of User Authentication using Node RESTful APIs with JWT

source: https://medium.freecodecamp.org/securing-node-js-restful-apis-with-json-web-tokens-9f811a92bb52

artawood commented 6 years ago

This is a Node JS base authentication. I thought of using Google or FB authentication, but it might be a little complicated. Since we've worked with Node, express, and bodyParser, this solution fits well. There's already a npm for JSON web token. The link has step by step direction on how to set this up.