Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 874 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 874 Bytes

cr-user

  • NPM dependnecies Dependency Status
  • Bower dependecies Dependency Status
  • Travis Build Status
$. bower install

Configuration

Inject in your project 'cr.user' then you can edit the settings with the $crUserProvider.

//then add base 64 auth handler to cr-user
$crUserProvider.setAuthHandler($crAuthBasic);

The example above will add the Basic Auth layer. Other settings will be available.