Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/net9/accounts9
- Owner: net9
- Created: 2012-03-24T06:14:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T18:06:02.000Z (over 5 years ago)
- Last Synced: 2024-08-02T01:25:54.481Z (6 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 1.15 MB
- Stars: 22
- Watchers: 15
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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