userapp-io / userapp-angular

AngularJS module that adds user authentication to your app with UserApp.
https://userapp.io
MIT License
233 stars 84 forks source link

ua-logout doesn't redirect to login route #5

Open vrxj81 opened 10 years ago

vrxj81 commented 10 years ago

The README says that using ua-logout the session is ended and one is redirected to the login route, but the redirect doesn't happen.

timothyej commented 10 years ago

Yes, it should redirect to the login route. Are you using the latest version (1.7.0) from bower?

vrxj81 commented 10 years ago

no, i used following as per the docs: <script src="https://app.userapp.io/js/userapp.client.js"&gt;&lt;/script&gt; <script src="https://app.userapp.io/js/angularjs.userapp.js"&gt;&lt;/script&gt;

I will use bower qs suggested

timothyej commented 10 years ago

We weren't able to push some of the latest fixes to the our cdn. However, these are now out. Did it work when you used bower?