<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>auth.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -36,6 +36,8 @@ The **Haml** module initializes the app for [Haml](http://haml.hamptoncatlin.com
 
 The **jQuery** module removes the default javascript files and installes jQuery, jQuery-UI and the jQuery Form plugin. The first two come with minified and full versions too.
 
+The **Auth** module adds the AuthLogic gem and generates a UserSession model for it with an optional user model. The name of the user model and the user identifier can be given in the `USER_MODEL` and `USER_IDENT` environment variables.
+
 The **CouchDB** module installs the [CouchRest](http://github.com/jchris/couchrest/tree/master) gem and the [BasicModel](http://github.com/topfunky/basic_model/tree/master) plugin.
 
 The **locale** module will download localization files from Sven Fuchs' [rails-i18n](http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) repository. The generator will ask for the list of the localizations the user wants, but it can be given through the `LOCALES` environment variable too. The list is comma separated, and where no extension is given `.yml` is assumed. The first locale in the list will be used as the default locale. Example:</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -33,6 +33,7 @@ modules = [
   [&quot;rspec&quot;,   &quot;Use RSpec instead of test/unit?&quot;],
   [&quot;haml&quot;,    &quot;Use haml for views and sass for css?&quot;],
   [&quot;jquery&quot;,  &quot;Use jQuery instead of Prototype + Script.aculo.us?&quot;],
+  [&quot;auth&quot;,    &quot;Add authentication module?&quot;],
   [&quot;couchdb&quot;, &quot;Use CouchDB?&quot;],
   [&quot;locale&quot;,  &quot;Add specific localizations?&quot;],
   [&quot;misc&quot;,    &quot;Add miscellaneous stuff (helpers, basic layout, flashes, initializers)?&quot;],</diff>
      <filename>app_lego.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf26a8ca2502363ae46e8a493b05eec3d33645a7</id>
    </parent>
  </parents>
  <author>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </author>
  <url>http://github.com/lackac/app_lego/commit/2cb3c73ed2291f748f6ed1f2d30cc3e2d23d6bf8</url>
  <id>2cb3c73ed2291f748f6ed1f2d30cc3e2d23d6bf8</id>
  <committed-date>2009-02-06T03:47:48-08:00</committed-date>
  <authored-date>2009-02-06T03:47:48-08:00</authored-date>
  <message>Added auth module</message>
  <tree>8a46eaefd46a9d34aa44e97ed3cdeac7bdebd2a9</tree>
  <committer>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </committer>
</commit>
