paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

Question for redirection to the anonymous page or any other page with default access token without going to login page.... ? #103

Open SivaJonnala opened 8 years ago

SivaJonnala commented 8 years ago

Hi, I developing a demo app which is having a login page., By default I am loading to that default page. But For some pages I want to go with the URL directly redirect to that page. But aurelia default loading to the login page. How can I redirect to the anonymous URL or some URL with my token directly without going to Login page.

Can anyone explain me or give a sample ?