Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/net9/accounts9

Accounts9 is a user management system for Net9.
https://github.com/net9/accounts9

Last synced: 3 months ago
JSON representation

Accounts9 is a user management system for Net9.

Awesome Lists containing this project

README

        

# 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