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