You are viewing documentation for v1.0.x. Change

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.)

Download

Download Authorization Sample

^ Top
Table of Contents

Comments

Read and submit questions, clarifications, and corrections about this chapter.

[Add Comment]

  1. Quinn Madson's Gravatar Quinn Madson says:

    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!

Add Comment