Browse Source

Added comments in the documentation of the auth package

Roland Haroutiounian 8 years ago
parent
commit
e447da53f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/auth/__init__.py

+ 1
- 1
lodel/auth/__init__.py View File

2
 #
2
 #
3
 #The authentication mechanism is divided in multiple pieces :
3
 #The authentication mechanism is divided in multiple pieces :
4
 #- The client ( @ref lodel.auth.auth.Client ) singleton class that stores
4
 #- The client ( @ref lodel.auth.auth.Client ) singleton class that stores
5
-# clients' informations
5
+# and uses the clients' informations
6
 #- The session handler, implemented as a plugin
6
 #- The session handler, implemented as a plugin
7
 #
7
 #
8
 #@par Client class
8
 #@par Client class

Loading…
Cancel
Save