GitHub - aanufriyev/oidc-angular · GitHub
Skip to content

aanufriyev/oidc-angular

 
 

Repository files navigation

oidc-angular

Please see http://blog.emtwo.ch/jwt-token-based-auth-with-angularjs/ for motivation and technical details.

To install oidc-angular use bower bower install oidc-angular -save

Configure the $auth$-Provider while configuring the application

var app = angular.module('myApp', ['oidc-angular'], function($auth) {
  $auth.configure(
    {
      clientId: 'abcd...',
      ...
    }
  );
}
);

See https://github.com/michaelschnyder/oidc-angular/blob/master/oidc-angular.js#L220 for configuration details

#Sample There is a sample in the samples-Folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • JavaScript 88.9%
  • HTML 11.1%