Skip to content

Step 10 authorization

opensas edited this page Nov 3, 2011 · 6 revisions

Step 10 - authorization

Purpose: in this step we will see how to protect pages and allow certain actions only to authenticated users.

cd ~/devel/apps
git clone git://github.com/opensas/play-demo.git
cd play-demo
git checkout origin/10-authorization

TO DO


Now we are going to Step 11 - internationalizing.