Skip to content

Commit

Permalink
Correct URL to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb authored and binarylogic committed Jan 19, 2010
1 parent d82a7f8 commit 60e5445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -78,7 +78,7 @@ Apparently there is a bug with apache / passenger for v2.1.X with sessions not w

== Documentation explanation

You can find anything you want about Authlogic in the {documentation}[http://authlogic.rubyforge.org], all that you need to do is understand the basic design behind it.
You can find anything you want about Authlogic in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic], all that you need to do is understand the basic design behind it.

That being said, there are 2 models involved during authentication. Your Authlogic model and your ActiveRecord model:

Expand All @@ -87,7 +87,7 @@ That being said, there are 2 models involved during authentication. Your Authlog

Each of the above has its various sub modules that contain common logic. The sub modules are responsible for including *everything* related to it: configuration, class methods, instance methods, etc.

For example, if you want to timeout users after a certain period of inactivity, you would look in <b>Authlogic::Session::Timeout</b>. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://authlogic.rubyforge.org].
For example, if you want to timeout users after a certain period of inactivity, you would look in <b>Authlogic::Session::Timeout</b>. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic].

=== Authlogic::ActsAsAuthentic sub modules

Expand Down

0 comments on commit 60e5445

Please sign in to comment.