Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

digitalbazaar/bedrock-credential-curator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock-credential-curator

Build Status

A bedrock module that provides an interface for claiming, managing, and providing credentials to consumers.

Requirements

  • npm v3+

Quick Examples

TODO: Explain that this module provides a JS API, web services, and AngularJS widgets.

Setup

bower install bedrock-credential-curator

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

Description

This module provies a wrapper for a credentials store. It provides directive for credentials, and routes that map to templates that have a controller that will either store or transmit the credentials using navigator.credentials.transmit to a credential consumer. It also can compose a view for an identity.

Bedrock Dependencies

Bower

  • bedrock-angular-identity-composer: Provides a widget for composing a view of an identity from a set of credentials

  • bedrock-angular-credential: Provides directives for displaying a credential given an IdentityCredential object

NPM

  • bedrock-credentials-rest: REST API for credential storage which is used to retrieve and store credentials

  • bedrock-passport: REST API for authentication to bedrock which is used to verify a user is viewing credentials that they have access to

  • bedrock-permission: API for managing access control to resources which is used to get permission to view identities