Skip to content

An bedrock-based AngularJS directive for composing an Identity from a set of credentials

License

Notifications You must be signed in to change notification settings

accreditrust/bedrock-angular-identity-composer

 
 

Repository files navigation

bedrock-angular-identity-composer

An AngularJS module that provides a widget for composing an view of an identity from a set of credentials.

Quick Examples

<br-identity-composer ng-model="model.identity"
  br-identity-template="model.template" br-credentials="model.credentials">
</br-identity-composer>

TODO: Explain the problem this widget is meant to solve: a "query" or "template" is given for a desired limited view of an identity. A set of credentials that can fulfill that query/instantiate that view is given. The widget can be used to compose those credentials together and it will give hints for what's missing from the view and which credentials can be chosen to complete it -- and what extra information (if any) will be sent along with those credentials that wasn't requested.

Setup

bower install bedrock-angular-identity-composer

Installation of the module followed by a restart of your bedrock server is sufficient to make the module available to your application.

To manually add bedrock-angular-identity-composer as a dependency:

angular.module('myapp', ['bedrock-identity-composer']);

About

An bedrock-based AngularJS directive for composing an Identity from a set of credentials

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.7%
  • HTML 15.3%
  • CSS 4.0%