Skip to content

Feature: auth module #1309

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

Merged
merged 12 commits into from
Sep 16, 2015
Merged

Conversation

kingcody
Copy link
Member

Changes:

  • injector:scripts sorts *.module.js first
  • create auth module
  • move all auth related config and functionality to auth module
  • use named functions
  • implement route authentication via router.decorator
  • add Auth.hasRole
  • implement Util service
  • restrict Authorization header to same origin

@kingcody kingcody added this to the 3.0.0 milestone Sep 15, 2015
}

angular.module('<%= scriptAppName %>')
.controller('MainController', MainController);

})();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this tabbed the way it was. The IIFE shouldn't mess with our code's formatting.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure...

@kingcody
Copy link
Member Author

Closes #423, #790, #847, #1285

@Awk34
Copy link
Member

Awk34 commented Sep 16, 2015

Four issues in one PR? You should get a medal.

Awk34 added a commit that referenced this pull request Sep 16, 2015
@Awk34 Awk34 merged commit eca6d2d into angular-fullstack:canary Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants