Skip to content

npbool/accounts9

 
 

Repository files navigation

Accounts9

The authentication module for the new net9 system.

Installation & Running

git clone git://github.com/BYVoid/accounts9.git
cd accounts9
cp config.example.js config.js
vim config.js
npm install
node app.js

Miscellaneous

What we have right now:

  • User registration
  • User info editing
  • LDAP support
  • App registration (sign up for an app token)
  • OAuth 2.0
    • Access token
    • Remember authorized apps

To-do list:

Refresh token, scope support, etc.

Right now we're trying to do this with node.js (express) and mongodb.

Currently used libraries:

  • express
  • ejs
  • mongoose
  • connect-mongo
  • ldapjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 97.7%
  • JavaScript 1.7%
  • Shell 0.6%