Skip to content

OpenSocialCSN/app

Repository files navigation

MIT License

Node.js OAuth 2 Identity and Access Management

IAM called OpenSocial


  • MIT license

Requirements

  • Node.js +v10
  • PostgreSQL +v11
  • Total.js framework +v3.3
  • DBMS module

Installation

  • first set up DB and make DB called opensocial
  • then create tables + views + function and stored procedures defined in database.sql
  • import all code lists database_*.sql
  • get a free API key for Geolocation IP: https://www.ipdata.co defined in config file
  • set up SMTP server defined in config file
$ cd opensocial
$ npm install

To-Do

  • implement other OAuth 2.0 services (Yahoo, Yandex, Live, etc.)
  • improve Developer / My apps section by adding list of users
  • improve Admin / Apps section by adding list of users
  • add a missing documentation for OAuth 2.0