The authentication module for the new net9 system.
git clone git://github.com/net9/accounts9.git
cd accounts9
cp config.example.js config.js
vim config.js
npm install
npm start
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
MIT License