raghadanees / oauth-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth Comparative Analysis

OAuth LinkedIn

Research Conducted By:

  1. laith aldaree
  2. osama hanoun
  3. mohammad samara
  4. raghad anees
  5. ashjan albarqi

Overall Score and Comments

Score (Out of 10): 10

General Comments

Front-end => index.html Back-end => app.js

Ratings and Reviews

Documentation

login Authorization using linkedin as a provider

Systems Requirements

  • express
  • dotenv
  • superagent
  • cors
  • base-64
  • bcrypt
  • jsonwebtoken

Ramp-Up Projections

How long would/should it take a team of mid-junior developers to become productive?

1 hour planning and searching 3 hours coding and deployment

Community Support and Adoption levels

How popular is this framework? What big companies are running on it? How is it "seen" in the general JS community? Is there an active community of developers supporting and growing it?

Links and Resources

Code Demos

Operating Instructions

If someone were to download your repo (above), what steps do they need to take to run the application

  • nodemonOR Live Server
  • Endpoint: /oauth
    • Returns a JSON object with abc in it.
  • Endpoint :/
    • it can be login using linkedin

About

License:MIT License


Languages

Language:JavaScript 78.9%Language:HTML 16.4%Language:Shell 4.7%