Skip to content

Commit

Permalink
First dev release comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ombr committed Aug 17, 2012
1 parent 1e8ea9b commit b3cd277
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,28 @@ An easy to deploy on cloudfoundry webservice that you can use for any of your pr

# Features/Status :

- Full REST groups and user management
- Oauth2 login
In this first dev release you can find :
- the beginning of the local storage (usefull for testing)
- a Makefile
- Some event capabilities with socket io
- a bad version of authentification with token (will be replace quickly with oauth2)
- Basic and non crypted user authentification
- a bit of group management
- Some tests
- first ideas on access management

Next priorities :
- OAuth2
- More test
- Group and access management
- Full restfull interface
- logs
- coffee lint

Some futures priorities :

- Events with socket.io
- MongoDb/CouchDb/Redis stores
- Admin interface
-....

More is coming....

0 comments on commit b3cd277

Please sign in to comment.