Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui-router authentication not work #1492

Closed
hirokoma opened this issue Dec 13, 2015 · 1 comment
Closed

ui-router authentication not work #1492

hirokoma opened this issue Dec 13, 2015 · 1 comment
Labels

Comments

@hirokoma
Copy link

Authentication of ui-router doesn't work.

client/app/account/account.js

      .state('settings', {
        url: '/settings',
        templateUrl: 'app/account/settings/settings.html',
        controller: 'SettingsController',
        controllerAs: 'vm',
        authenticate: true
      });

When I access http://localhost:9000/settings without a login, the setting page is visible.
2015-12-14 0 05 26

angular-fullstack: 3.0.2
node: 5.2.0
npm: 3.5.2
OS X: 10.10.3
Chrome: 47.0

@Awk34 Awk34 added the bug label Dec 13, 2015
@Awk34
Copy link
Member

Awk34 commented Dec 13, 2015

should be fixed in next version

@Awk34 Awk34 closed this as completed in 56d12fc Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants