<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b891b8f2f7553bfb3e464a033cdedcb298368fdd</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/4885bf2b27a89cbdd254ddac117040ae9ca9743c</url>
    <id>4885bf2b27a89cbdd254ddac117040ae9ca9743c</id>
    <committed-date>2008-06-02T07:54:27-07:00</committed-date>
    <authored-date>2008-06-02T07:54:27-07:00</authored-date>
    <message>Added email verification -- still needs tests, less-crappy integration tho</message>
    <tree>fc5ff2d86469aebabb3f0b9ed1886ae3c7aac85f</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>673fcf889fe420a1dd20ec7e9306af9287286d62</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/b891b8f2f7553bfb3e464a033cdedcb298368fdd</url>
    <id>b891b8f2f7553bfb3e464a033cdedcb298368fdd</id>
    <committed-date>2008-06-02T01:19:26-07:00</committed-date>
    <authored-date>2008-06-02T01:19:26-07:00</authored-date>
    <message>Added email verification -- still needs tests, less-crappy integration tho</message>
    <tree>f2d0b9f267fcebaa4b05582a28bbe014f74c6831</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>682c8f9193d9d4f38e34cdcb0fb772c5594b052f</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/673fcf889fe420a1dd20ec7e9306af9287286d62</url>
    <id>673fcf889fe420a1dd20ec7e9306af9287286d62</id>
    <committed-date>2008-06-01T23:11:29-07:00</committed-date>
    <authored-date>2008-06-01T23:11:29-07:00</authored-date>
    <message>Added simple roles, simple automatic role assignment hook; minor fixes:
* handle_login_error lives in sessions_controller, as it should
* get_authorization takes :context =&gt; /anything extra/ (was spelled :extra)
* security_components uses .camelize, not .classify (so that pluralization remains intact)
* some notes on existing rails plugins, and on rule resolution / policy / authz</message>
    <tree>f4c5ef381bde1ae88d84ce9928ac2d9751c926d1</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b755f4011b3d47cdfe8a317bb81d2070ba39dd65</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/682c8f9193d9d4f38e34cdcb0fb772c5594b052f</url>
    <id>682c8f9193d9d4f38e34cdcb0fb772c5594b052f</id>
    <committed-date>2008-06-01T22:58:16-07:00</committed-date>
    <authored-date>2008-06-01T22:58:16-07:00</authored-date>
    <message>fixed a bug in logout -- it needs to retrieve the session login (if any) before calling logout_chain, or cookie is never cleared</message>
    <tree>c29f809ea4dd3b229742d63452b3203c75b556c3</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dfa9f375e43970ca6e1d47a70d7f1304cc31a422</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/b755f4011b3d47cdfe8a317bb81d2070ba39dd65</url>
    <id>b755f4011b3d47cdfe8a317bb81d2070ba39dd65</id>
    <committed-date>2008-05-31T00:21:54-07:00</committed-date>
    <authored-date>2008-05-31T00:21:54-07:00</authored-date>
    <message>Improvements to access_control.
* added a new method become_logged_in_as, which logs in if it can but doesn't raise an error on failure (like save vs. save!).
* Authentication.authorization_filter for use in a :before_filter -- constructs a demand_authorization! :for =&gt; current_user, :to =&gt; action, :on =&gt; self.class, :extras =&gt; params.
* Beefed up access_control specs
* Signup now calls become_logged_in_as (the non-failing login) instead of the awful conditional logic of before</message>
    <tree>02e512d89113c7b219558feb1420c31a4f0de3db</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8552f367bf3e9a983f6a05703634a89c4bad5f3</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/dfa9f375e43970ca6e1d47a70d7f1304cc31a422</url>
    <id>dfa9f375e43970ca6e1d47a70d7f1304cc31a422</id>
    <committed-date>2008-05-31T00:14:34-07:00</committed-date>
    <authored-date>2008-05-31T00:14:34-07:00</authored-date>
    <message>moving generator lib up one level so all generators can share it.  Also stripped a couple puts'es</message>
    <tree>9efcb2fdb2352c1be7b57fd8b07f5f9873e2c3db</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64372dafeae77097e86fdba29752ba6c32ab6acb</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/e8552f367bf3e9a983f6a05703634a89c4bad5f3</url>
    <id>e8552f367bf3e9a983f6a05703634a89c4bad5f3</id>
    <committed-date>2008-05-30T12:34:33-07:00</committed-date>
    <authored-date>2008-05-30T12:34:33-07:00</authored-date>
    <message>Updated README for newer version</message>
    <tree>dceece465dc03a51416ab339f2f28d5213766e85</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a95a7421b82b10473ba9638631120ae883df42d1</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/64372dafeae77097e86fdba29752ba6c32ab6acb</url>
    <id>64372dafeae77097e86fdba29752ba6c32ab6acb</id>
    <committed-date>2008-05-30T12:08:21-07:00</committed-date>
    <authored-date>2008-05-30T12:08:21-07:00</authored-date>
    <message>Fixed oopsie in stories runner. Now all specs tests and stories run out of the box for fresh rails install</message>
    <tree>a84a5dd774afb4e329a860eac61e0b01566963af</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>737ea670c405fc9b58ecf63d64d3423130209a80</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/a95a7421b82b10473ba9638631120ae883df42d1</url>
    <id>a95a7421b82b10473ba9638631120ae883df42d1</id>
    <committed-date>2008-05-30T11:13:48-07:00</committed-date>
    <authored-date>2008-05-30T11:13:48-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - User model and friends.

* User model now mostly lives in Identity:: sub modules.  Cookie handling (controller &amp; model) is all in authentication/by_cookie_token. Password handling (controller &amp; model) is all in authentication/by_password. I know the MVC-pattern violation will make some squirm, but this code *should* be opaque to the model at large, and security code should be compartmentalized -- this is all properly controller code, even the parts within the model.

* password and password_confirmation now have filter_parameter_logging by default.

* User#authenticate is now spelled User#authenticate_by_password and now **only** checks the password.  User activation &amp; other authorization is handled by the demand_authorization! chain -- specifically, by demand_authorization :for =&gt; user, :to =&gt; :login

* Stateful Roles and Email Validation are no longer in this plugin, will get their own generator

* Much stricter validation by default (from svn version): logins can only be /[\w\.\+@\-]+/, email has to look liken an email, password between 6, 40 long.

* salt and remember_token now a tad more entropic (from svn version)</message>
    <tree>306a58d80aeb1a6242090733ccea2d1ceb625cba</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>592316c55444ceeeeb3a7cb40680ef761d0a5fde</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/737ea670c405fc9b58ecf63d64d3423130209a80</url>
    <id>737ea670c405fc9b58ecf63d64d3423130209a80</id>
    <committed-date>2008-05-30T11:13:48-07:00</committed-date>
    <authored-date>2008-05-30T11:13:48-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - users controller and friends.

* controller much skinnier, by handing almost everything off to library code

* Cookie handling (controller &amp; model) is all in authentication/by_cookie_token. Password handling (controller &amp; model) is all in authentication/by_password. I know the MVC-pattern violation will make some squirm, but this code *should* be opaque to the model at large, and security code should be compartmentalized -- this is all properly controller code, even the parts within the model.

* Logic done with exception handling and not conditional branching.  routines 'Fail-closed' (aka Positive Authentication; see http://owasp.org/index.php/Guide_to_Authentication#Positive_Authentication) -- use exception handling to route authentication/access control violations, and commit no resources until all conditions pass (or rollback on failure). handle_signin_error shows one reasonable response chain.

* password and password_confirmation now have filter_parameter_logging by default.

* User#authenticate is now spelled User#authenticate_by_password and now **only** checks the password.  User activation &amp; other authorization is handled by the demand_authorization! chain -- specifically, by demand_authorization :for =&gt; user, :to =&gt; :login

* Stateful Roles and Email Validation are no longer in this plugin, will get their own generator

* On a failed signup, strip out the password &amp; confirmation before kick you back to the signin screen</message>
    <tree>cfee966eecd003b41fded13f4b6519dd7cc31958</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>787b63bb18306a9c8f91f8d228473df9b2f7a558</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/592316c55444ceeeeb3a7cb40680ef761d0a5fde</url>
    <id>592316c55444ceeeeb3a7cb40680ef761d0a5fde</id>
    <committed-date>2008-05-30T11:13:48-07:00</committed-date>
    <authored-date>2008-05-30T11:13:48-07:00</authored-date>
    <message> Large reorganization (v2.0b0) - sessions controller and friends.

* controller much skinnier, by handing almost everything off to library code.

* Logic done with exception handling and not conditional branching. routines 'Fail-closed' (aka Positive Authentication; see http://owasp.org/index.php/Guide_to_Authentication#Positive_Authentication) -- use exception handling to route authentication/access control violations, and commit no resources until all conditions pass (or rollback on failure). handle_signin_error shows one reasonable response chain.

* Cookie handling (controller &amp; model) is all in authentication/by_cookie_token. Password handling (controller &amp; model) is all in authentication/by_password. I know the MVC-pattern violation will make some squirm, but this code *should* be opaque to the model at large, and security code should be compartmentalized -- this is all properly controller code, even the parts within the model.

* The logout routine calls a logout_chain for any resources that need to be destroyed on logout.  (Clearing the server&amp;client cookie token, for example).

* User#authenticate is now spelled User#authenticate_by_password and now **only** checks the password.  User activation &amp; other authorization is handled by the demand_authorization! chain -- specifically, by demand_authorization :for =&gt; user, :to =&gt; :login</message>
    <tree>9492790b0d266a1d3e059aa1716605d6da7d9078</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14bb68ca76bab985ec46b78ee0443c48afa80df0</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/787b63bb18306a9c8f91f8d228473df9b2f7a558</url>
    <id>787b63bb18306a9c8f91f8d228473df9b2f7a558</id>
    <committed-date>2008-05-30T11:13:47-07:00</committed-date>
    <authored-date>2008-05-30T11:13:47-07:00</authored-date>
    <message> Large reorganization (v2.0b0) - authenticated_system =&gt; lib/authentication, lib/access_control, lib/security_policy

* abstract implementation is divided among lib/authentication.rb and lib/access_control.rb, with concrete code (Authentication::ByPassword, AccessControl::LoginRequired, &amp;c) in subdirectories.

* logged_in?, current_user, current_user= are basically the same. current_user's passive login behaviour now happens through the try_login_chain.  Cookie_token &amp; basic_auth hook in automagically when included, restoring the old behaviour.

* A session login is 'passive' -- it's meant to mimic the presence of state, and implies no change in logged-in status.  All other login methods should call become_logged_in_as!, and should not set current_user= directly.  (The old version of restful_authentication will let a non-activated user log in by HTTP basic).

* authorize? now has a bossy friend, demand_authorization! -- where authorize returns false, demand_authorization! raises an exception. Both now take a params hash of the form
    :for =&gt; subject, :to =&gt; action, :on =&gt; resource, :extra =&gt; whatever
  and hand it off to the #get_authorization stub.  get_authorization returns something that is_denial? (false or a SecurityError exception) to say 'deny', and any other true value to say 'allow'.

* handle_signin_error shows one reasonable response chain for 'fail-closed' behavior.

* access_denied is now named handle_access_denied as is automatically installed as a rescue_from handler.

* Cookie handling (controller &amp; model) is all in authentication/by_cookie_token.  Password handling (controller &amp; model) is all in authentication/by_password. I know the MVC-pattern violation will make some squirm, but this code *should* be opaque to the model at large, and security code should be compartmentalized -- this is all properly controller code, even the parts within the model.

* The logout routine calls a logout_chain for any resources that need to be destroyed on logout.  (Clearing the server&amp;client cookie token, for example).</message>
    <tree>29a74f4b3996ddcefc39bd97742aef8976220150</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95fdc5b65f99933e5033a25138a4e0c3411ab5bd</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/14bb68ca76bab985ec46b78ee0443c48afa80df0</url>
    <id>14bb68ca76bab985ec46b78ee0443c48afa80df0</id>
    <committed-date>2008-05-30T11:13:47-07:00</committed-date>
    <authored-date>2008-05-30T11:13:47-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - stories: story steps now live in plugin space, not user space. Moved story_helpers into their own deal.</message>
    <tree>8f4f63374f60458b05e62107c0e536fb55336436</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94f629a2479deedcefbed74125456b058a03773e</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/95fdc5b65f99933e5033a25138a4e0c3411ab5bd</url>
    <id>95fdc5b65f99933e5033a25138a4e0c3411ab5bd</id>
    <committed-date>2008-05-30T11:13:47-07:00</committed-date>
    <authored-date>2008-05-30T11:13:47-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - tests: tests still work, but there's no reason to keep using them.</message>
    <tree>5c0dc5cce156e7057c60eabc5fac247fbef9e432</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65e882297289875b582d6edabc4043d296066e02</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/94f629a2479deedcefbed74125456b058a03773e</url>
    <id>94f629a2479deedcefbed74125456b058a03773e</id>
    <committed-date>2008-05-30T11:13:46-07:00</committed-date>
    <authored-date>2008-05-30T11:13:46-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - views:  views get their own directory in templates, new generator variables; otherwise not much changed.</message>
    <tree>cef47f33ebec9eed4140ed84f20b3fe1f42b74a6</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb844a3e6d86658ced2085a2507f95290f01e1b5</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/65e882297289875b582d6edabc4043d296066e02</url>
    <id>65e882297289875b582d6edabc4043d296066e02</id>
    <committed-date>2008-05-30T11:13:46-07:00</committed-date>
    <authored-date>2008-05-30T11:13:46-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - users helper and friends: helper methods for authorization, and for giving a 'hello,bob -or- login' bar</message>
    <tree>fd6d25590deecfcdfb33f599bbc999ca98761f41</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14e3079023c27154aa3e43c89d4dfc2d317ba7ea</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/fb844a3e6d86658ced2085a2507f95290f01e1b5</url>
    <id>fb844a3e6d86658ced2085a2507f95290f01e1b5</id>
    <committed-date>2008-05-30T11:13:46-07:00</committed-date>
    <authored-date>2008-05-30T11:13:46-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - stateful-roles and email-validation are stripped out, will get their own plugin.</message>
    <tree>a9eee9671c8185e1dd62483d1d1aaaa47afc8fdb</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cff7cbca33d3d1c10f219a7628539712e62bda93</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/14e3079023c27154aa3e43c89d4dfc2d317ba7ea</url>
    <id>14e3079023c27154aa3e43c89d4dfc2d317ba7ea</id>
    <committed-date>2008-05-30T11:13:45-07:00</committed-date>
    <authored-date>2008-05-30T11:13:45-07:00</authored-date>
    <message>Large reorganization (v2.0b0) - code more modular, clean hooks for external components and ~100% spec coverage.

The system has been split up to give a clear distinction between authentication (who are you?), authorization (is he allowed to just take the plutonium like that?), policy (note to staff: no one is allowed to take plutonium) and access control (step away from the reactor, bubba).

The plugin now generates *much* less app-space code: the controllers are super skinny now, and if any security flaws are discovered it should be less painful to stay current.

Out of the box, the plugin will stay the heck out of your way, implementing the popular &quot;users can do stuff and no-one else can&quot; security model.  But if your security needs extend beyond that, there are clear hooks for you to add security components that play nice with restful-authentication.  It should also be easy to *decouple* components such as login-by-password or remember-me-tokens if you don't want that.

There is a robust rspec test suite with near-100% coverage, along with a framework for building RSpec stories.

Finally, there have been several minor security fixes, largely centered around implementing best practices recommended in the &quot;Open Web Application Security Project&quot;:http://www.owasp.org/index.php/Guide_Table_of_Contents and other references (see notes/ for more).</message>
    <tree>bc65ef00948f424e2593d3e0a1a4253942586da2</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18fc4d66359f8b681c0bbefb23465ebca9c8be72</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/cff7cbca33d3d1c10f219a7628539712e62bda93</url>
    <id>cff7cbca33d3d1c10f219a7628539712e62bda93</id>
    <committed-date>2008-05-29T14:29:07-07:00</committed-date>
    <authored-date>2008-05-29T14:29:07-07:00</authored-date>
    <message>fixed the routing issues maybe?
* model_controller_routing_path means nest/users
* controller_routing_path means nest/session
* model_controller_routing_name = users, (used for users_path etc and must be singularized for things like new_user_path)
* controller_routing_name       = session (used for session_path, new_session_path, etc.)
* controller_controller_name    = sessions, the name of the controller

If any of this is wrong, at least is should hopefully be easier to resolve with the nice overly-prolix semantic generator names.

I tried to make the names correct for nested resources.  However, the app explodes into horrible flames with anything like &quot;generate Admin::User Session&quot;, and in fact with &quot;generate users session&quot;.  I don\'t know when this broke, but I can't justify taking the time to fix it unless someone complains. Other than that, the specs and stories all pass for the three activation versions AFAICT.</message>
    <tree>dc6807dd5c79c6f7c0c82fad856c6f8de83ac5c0</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>26f4cbfd75f6bfaf6edc44ed9d7d6666ff7bafe5</id>
      </parent>
      <parent>
        <id>d6528c02d6a53850ca3232b61c8b5236c564fe7f</id>
      </parent>
    </parents>
    <author>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/18fc4d66359f8b681c0bbefb23465ebca9c8be72</url>
    <id>18fc4d66359f8b681c0bbefb23465ebca9c8be72</id>
    <committed-date>2008-05-28T15:53:47-07:00</committed-date>
    <authored-date>2008-05-28T15:53:47-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/technoweenie/restful-authentication

Conflicts:

	generators/authenticated/authenticated_generator.rb</message>
    <tree>46a64d9cd45ff6a1edde58607c159050ee214884</tree>
    <committer>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e292e7ac802bf0373d355bdfab29c98b3c2a2e1</id>
      </parent>
    </parents>
    <author>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/26f4cbfd75f6bfaf6edc44ed9d7d6666ff7bafe5</url>
    <id>26f4cbfd75f6bfaf6edc44ed9d7d6666ff7bafe5</id>
    <committed-date>2008-05-28T15:35:08-07:00</committed-date>
    <authored-date>2008-05-28T15:35:08-07:00</authored-date>
    <message>looks like it's plural routes</message>
    <tree>83b26d8e8ff6dc08cd827b76b4831d77bbbc6205</tree>
    <committer>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d36c27a388dec9a0a35de6f745efb8a5ca8114d8</id>
      </parent>
    </parents>
    <author>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/5e292e7ac802bf0373d355bdfab29c98b3c2a2e1</url>
    <id>5e292e7ac802bf0373d355bdfab29c98b3c2a2e1</id>
    <committed-date>2008-05-28T15:32:05-07:00</committed-date>
    <authored-date>2008-05-28T15:32:05-07:00</authored-date>
    <message>fixed hardcoding of controller names (my bad)</message>
    <tree>a83e57b63b6fbf8866728bdd3acc0e718f707979</tree>
    <committer>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cbe902da71566eb04396cadf0aac9759dd0ab50e</id>
      </parent>
    </parents>
    <author>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/d36c27a388dec9a0a35de6f745efb8a5ca8114d8</url>
    <id>d36c27a388dec9a0a35de6f745efb8a5ca8114d8</id>
    <committed-date>2008-05-28T15:28:58-07:00</committed-date>
    <authored-date>2008-05-28T15:28:58-07:00</authored-date>
    <message>added support for creating named routes, added named routes to generator</message>
    <tree>8a168d6543113a438cf9475316222547fccfb79d</tree>
    <committer>
      <name>Sean O'Brien</name>
      <email>sean@slacklabs.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d300c6956afe6c24663dc1476351f7dd8c1f92b7</id>
      </parent>
      <parent>
        <id>5c3bc5052e93725c1e4a0f06870c5fd0bde3fe80</id>
      </parent>
    </parents>
    <author>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/d6528c02d6a53850ca3232b61c8b5236c564fe7f</url>
    <id>d6528c02d6a53850ca3232b61c8b5236c564fe7f</id>
    <committed-date>2008-05-26T19:05:25-07:00</committed-date>
    <authored-date>2008-05-26T19:05:25-07:00</authored-date>
    <message>Merge commit 'postpostmodern/master'</message>
    <tree>89702fbbe4b2f6d8a45159b82f0267a52b8c37ef</tree>
    <committer>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>189ce881985d96ad74aba88c87271ca1997c437c</id>
      </parent>
      <parent>
        <id>e29cf33c6560e2135e88b69993b456e7c8c29ccd</id>
      </parent>
    </parents>
    <author>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/d300c6956afe6c24663dc1476351f7dd8c1f92b7</url>
    <id>d300c6956afe6c24663dc1476351f7dd8c1f92b7</id>
    <committed-date>2008-05-26T19:04:14-07:00</committed-date>
    <authored-date>2008-05-26T19:04:14-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:technoweenie/restful-authentication</message>
    <tree>7865e207eb6ffb2f8b0a170511f399e69c956fb7</tree>
    <committer>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00bd10c581a7e7c26a6dec800446b05554c33015</id>
      </parent>
    </parents>
    <author>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/5c3bc5052e93725c1e4a0f06870c5fd0bde3fe80</url>
    <id>5c3bc5052e93725c1e4a0f06870c5fd0bde3fe80</id>
    <committed-date>2008-05-26T16:13:46-07:00</committed-date>
    <authored-date>2008-05-26T16:13:46-07:00</authored-date>
    <message>Changed singular session resource to plural to satisfy specs</message>
    <tree>aafba99640b784147d248393252e0e56c5fb0fe5</tree>
    <committer>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>008e6ee3611e5bb54a232719f87d540491d3af36</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/e29cf33c6560e2135e88b69993b456e7c8c29ccd</url>
    <id>e29cf33c6560e2135e88b69993b456e7c8c29ccd</id>
    <committed-date>2008-05-26T14:55:41-07:00</committed-date>
    <authored-date>2008-05-26T14:55:41-07:00</authored-date>
    <message>Merge branches 'master' and 'mainline'</message>
    <tree>7865e207eb6ffb2f8b0a170511f399e69c956fb7</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>036dbec5a257c3dd337ef304f44cb0348ac7b248</id>
      </parent>
      <parent>
        <id>815b11e3ba141d878f5390f4b5135a7d3b6be497</id>
      </parent>
    </parents>
    <author>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/008e6ee3611e5bb54a232719f87d540491d3af36</url>
    <id>008e6ee3611e5bb54a232719f87d540491d3af36</id>
    <committed-date>2008-05-26T14:53:52-07:00</committed-date>
    <authored-date>2008-05-26T14:53:52-07:00</authored-date>
    <message>Merge git://github.com/redmar/restful-authentication into mainline</message>
    <tree>7865e207eb6ffb2f8b0a170511f399e69c956fb7</tree>
    <committer>
      <name>Philip (flip) Kromer</name>
      <email>flip@infochimps.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95a0e3381b82c30b4ba84c98b9d2878edcdeb113</id>
      </parent>
      <parent>
        <id>a0a09e1e4b757d734368d5e976d33fec320e3cd4</id>
      </parent>
    </parents>
    <author>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/00bd10c581a7e7c26a6dec800446b05554c33015</url>
    <id>00bd10c581a7e7c26a6dec800446b05554c33015</id>
    <committed-date>2008-05-26T14:49:41-07:00</committed-date>
    <authored-date>2008-05-26T14:49:41-07:00</authored-date>
    <message>Merge branch 'generatorfixes'</message>
    <tree>2b6ec5231245c7034fc1b9cd956ae9311e7f89ff</tree>
    <committer>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>036dbec5a257c3dd337ef304f44cb0348ac7b248</id>
      </parent>
      <parent>
        <id>282e4ad339edbfa1a241d218816cf3ae67363340</id>
      </parent>
    </parents>
    <author>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </author>
    <url>http://github.com/danielharan/restful-authentication/commit/95a0e3381b82c30b4ba84c98b9d2878edcdeb113</url>
    <id>95a0e3381b82c30b4ba84c98b9d2878edcdeb113</id>
    <committed-date>2008-05-26T14:49:34-07:00</committed-date>
    <authored-date>2008-05-26T14:49:34-07:00</authored-date>
    <message>Merge branch 'readmefixes'</message>
    <tree>bd5f1dd5cb6c4760186d8abd72ddeda633d05f8d</tree>
    <committer>
      <name>Jason T Johnson</name>
      <email>git@postpostmodern.com</email>
    </committer>
  </commit>
</commits>
