[Checkins] SVN: Sandbox/lra/megrok.simpleauth/README.txt better introduction

Luciano Ramalho luciano at ramalho.org
Mon Jan 21 18:31:58 EST 2008


Log message for revision 83079:
  better introduction

Changed:
  U   Sandbox/lra/megrok.simpleauth/README.txt

-=-
Modified: Sandbox/lra/megrok.simpleauth/README.txt
===================================================================
--- Sandbox/lra/megrok.simpleauth/README.txt	2008-01-21 23:04:18 UTC (rev 83078)
+++ Sandbox/lra/megrok.simpleauth/README.txt	2008-01-21 23:31:58 UTC (rev 83079)
@@ -8,15 +8,24 @@
  Introduction
 ==============
 
-This package provides a pre-configured PAU with PrincipalFolder,
-InternalPrincipals (with easily extensible annotations) and SessionLogin(?),
-and a set of views for user account creation, login, logout etc.
+This package provides
 
-Calling megrok.setup inside your grok.App class configures all of the above
-with sensible defaults, but the user schema can be extended and the views
-overriden.
+- ZODB-based user CRUD
+    
+- cookie-based login/logout
 
+- arbitrary user schema
 
+We do this by providing a pre-configured PAU with PrincipalFolder,
+InternalPrincipals (with easily extensible annotations) and 
+SessionCredentialsPlugin, and a set of views for user account 
+creation, login, logout etc.
+
+Calling simpleauth.setup inside your grok.App class configures all 
+of the above with sensible defaults, but the user schema can be extended 
+and the views overriden.
+
+
 ===============
  Basic outline
 ===============



More information about the Checkins mailing list