- Do not change loading status when there is no session. This would cause the identity composer to fail when there was not an already established session.
- Restructure test framework for CI.
- Update credentials-polyfill to 0.10.x.
- Return success on duplicate storage request.
- Remove
version
from bower.json.
- Do not include
@context
in submitted public key; already given at top-level of DID object.
- Do not display spinner during login process.
- Fix actor in call to insert API.
- Fix actor in call to compose API.
- Update dependencies.
- BREAKING: Enable permission checking on composing identities and storing credentials.
- BREAKING: Disable support for old credential-polyfill protocol (identity w/public key credential must be sent, not just public key when composing an identity).
- Update bedrock and bedrock-angular dependencies.
- Remove unnecessary "Store Credentials" heading.
- Add option to claim credential on storage.
- Use credentials-polyfill 0.8.x.
- Remove unnecessary "Select Credentials" heading.
- Add identity to credential-manager directive.
- Update package dependencies for npm v3 compatibility.
- Add missing
request
dependency.
- Use
bedrock-credentials-rest
to display credentials.