Skip to content

Instantly share code, notes, and snippets.

@tony-landis
Created June 2, 2009 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony-landis/122675 to your computer and use it in GitHub Desktop.
Save tony-landis/122675 to your computer and use it in GitHub Desktop.
<h1>
You are logged in
</h1>
<p>
<strong>Session:</strong>
${str(c.user)}
</p>
<ul>
<li>
<a href="/root/admin">
Test admin access
</a>
</li>
<li>
<a href="/root/customer">
Test customer access
</a>
</li>
<li>
<a href="/auth/logout">
Logout
</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment