mirror of https://gitee.com/bigwinds/arangodb
Added documentation stubs for auth.
This commit is contained in:
parent
0d653ca67a
commit
e6c7206038
|
@ -0,0 +1,3 @@
|
|||
!CHAPTER The OAuth2 Authentication App
|
||||
|
||||
WRITEME
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
!CHAPTER The Sessions App
|
||||
|
||||
WRITEME
|
|
@ -0,0 +1,3 @@
|
|||
!CHAPTER The Simple Authentication App
|
||||
|
||||
WRITEME
|
|
@ -0,0 +1,3 @@
|
|||
!CHAPTER The Users App
|
||||
|
||||
WRITEME
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue