Authorization
Sample application for a simple authorization interface.
This sample application comes full of comments, so it's a good way to learn Wheels if you prefer playing around with code rather than reading more abstract tutorials.
This sample application covers how to set up authorization business rules on your controllers, basic login, logout, etc.
Instructions
Download, unzip, and run the application. (It includes with ColdFusion on Wheels 1.0.)

Comments
Read and submit questions, clarifications, and corrections about this chapter.
[Add Comment]
Thanks for Wheels and these samples apps. I am loving it so far.
Found a bug on Linux (may affect Mac, too, because of case sensitivity).
Sessions.cfc, line 2 is:
<cfcomponent extends="controller">
needs to be changed to:
<cfcomponent extends="Controller">
Thanks again!
# Posted by Quinn Madson | 11/27/2009