1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Jan Steemann 3fdebb38ee issue #393, issue #128
Added a REST API for user management
The REST API exposes the functionality available in module "users" for HTTP access.

The following methods are available:
* GET /_api/user/username: fetch user information
* POST /_api/user: create new user
* PUT /_api/user: replace an existing user
* PATCH /_api/user: (partially) update an existing user
* DELETE /_api/user: remove an existing user

Additionally, a module "crypto" is introduced and exposed for Javascript actions.
The crypto module provides the following functions:
* require("org/arangodb/crypto").md5();
* require("org/arangodb/crypto").sha256();
* require("org/arangodb/crypto").rand();
2013-02-20 11:56:26 +01:00
Frank Celler 946c10b05c fixed navigation 2013-02-10 17:03:14 +01:00
Frank Celler 7164f0a362 converting .dox to .md 2013-02-06 18:20:38 +01:00
Frank Celler 05a70a236f converting .dox to .md 2013-02-06 18:05:45 +01:00
Frank Celler 43ca4855d9 converting .dox to .md 2013-02-06 17:40:03 +01:00
Frank Celler 35819ea70e converting .dox to .md 2013-02-06 17:27:58 +01:00
Frank Celler 5f01704256 converting .dox to .md 2013-02-06 16:14:54 +01:00