Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 485 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 485 Bytes

Accounts9

The authentication module for the new net9 system.

See https://accounts.net9.org

Installation & Running

git clone git://github.com/net9/accounts9.git
cd accounts9
cp config.example.js config.js
vim config.js
npm install
npm start

Miscellaneous

What we have right now:

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

License

MIT License