Browse Source

Started auth/validation docs.

Rafał Pitoń 11 years ago
parent
commit
b13e975b93
4 changed files with 12 additions and 0 deletions
  1. 3 0
      docs/developers/auth.rst
  2. 2 0
      docs/developers/index.rst
  3. 5 0
      docs/developers/validators.rst
  4. 2 0
      docs/index.rst

+ 3 - 0
docs/developers/auth.rst

@@ -0,0 +1,3 @@
+===================
+User Authentication
+===================

+ 2 - 0
docs/developers/index.rst

@@ -41,3 +41,5 @@ Following references cover everything you want to know about writing your own ap
    cache
    cache_buster
    thread_store
+   validators
+   auth

+ 5 - 0
docs/developers/validators.rst

@@ -0,0 +1,5 @@
+=================
+Misago Validators
+=================
+
+Misago apps implement plenty of validators, wich so

+ 2 - 0
docs/index.rst

@@ -30,3 +30,5 @@ Table of Contents
    developers/cache
    developers/cache_buster
    developers/thread_store
+   developers/validators
+   developers/auth