<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