Understanding Authlogic Plugin Dynamics
authlogic is by far and away my favourite authentication framework for Rails. I’ve raved enough in my slides on Authlogic_RPX.
It’s true beauty is making authentication so unobtrusive for application developers.
However, the same can’t be said for Authlogic plugin developers. I spent quite a bit of time meandering through the authlogic source and other plugins in [...]