<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-10-21 19:02 GMT-05:00 Richard Reina <span dir="ltr"><<a href="mailto:gatorreina@gmail.com" target="_blank">gatorreina@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Oops let me try again. So far in my app I have been restricting access to registered users that have created an account by doing: <br><div><div class="h5"><br>get '/dashboard' => sub { <br><br>    if (! defined(session 'username')) { <br><br>    redirect '/'; } <br><br>} <br><br>Is this okay? I really don't have any special roles to authenicate just need to make sure that registered users only get to certain pages -- pages that would only make sence if you were a registered user in the first place. Can I forgoe more formal and extensive authentication in my case?</div></div><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2015-10-21 19:00 GMT-05:00 Richard Reina <span dir="ltr"><<a href="mailto:gatorreina@gmail.com" target="_blank">gatorreina@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"> So far in my app I have been restricting access to registered users that have created an account by doing: <br><br>get '/dashboard' => sub { <br>if (! defined(session 'username')) { redirect '/'; } } Is <br>                       this okay? I really don't have any special roles to authenicate just need to make <br>                       sure that registered users only get to certain pages -- pages that would only make <br>                       sence if you were a registered user in the first place. Can I forgoe more formal <br>                       and extensive authentication in my case?<br><br></div>
</blockquote></div><br></div></div></div></div>
<br>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div></div>