1
0
Fork 0

Added documentation stubs for auth.

This commit is contained in:
Alan Plum 2014-06-23 13:19:27 +02:00
parent 0d653ca67a
commit e6c7206038
6 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,3 @@
!CHAPTER The OAuth2 Authentication App
WRITEME

View File

@ -0,0 +1,5 @@
!CHAPTER Bundled Foxx Applications
ArangoDB ships with a number of Foxx apps that allow you to implement basic authentication and user management with minimal effort.
WRITEME

View File

@ -0,0 +1,3 @@
!CHAPTER The Sessions App
WRITEME

View File

@ -0,0 +1,3 @@
!CHAPTER The Simple Authentication App
WRITEME

View File

@ -0,0 +1,3 @@
!CHAPTER The Users App
WRITEME

View File

@ -97,6 +97,10 @@
* [Foxx Exports](Foxx/FoxxExports.md)
* [Foxx Job Queues](Foxx/FoxxQueues.md)
* [Optional Functionality](Foxx/FoxxOptional.md)
* [Bundled Applications](FoxxBundledApps/README.md)
* [Session Storage](FoxxBundledApps/Sessions.md)
* [User Storage](FoxxBundledApps/Users.md)
* [Simple Authentication](FoxxBundledApps/SimpleAuth.md)
<!-- 16 -->
* [Foxx Manager](FoxxManager/README.md)
* [First Steps](FoxxManager/FirstSteps.md)
@ -115,6 +119,7 @@
* [Example Setup](Replication/ExampleSetup.md)
* [Replication Limitations](Replication/Limitations.md)
* [Replication Overhead](Replication/Overhead.md)
* [Replication Events](Replication/Events.md)
<!-- 19 -->
* [Sharding](Sharding/README.md)
* [How to try it out](Sharding/HowTo.md)