Skip to content

bcgov/did-auth-extension

Repository files navigation

License Lifecycle:Dormant

DID Auth browser add-on

This is a WebExtensions-compatible DID Auth browser add-on that supports DID-based authentication and authorization on relying party web pages.

Technology Stack Used

Third-Party Products/Libraries used and the License they are covert by

Project Status

Under development for a BCDevExchange opportunity. Note that the underlying technologies (DIDs, DID Auth, Verifiable Credentials) are still heavily evolving.

All repositories related to this project:

Documentation

Example invocation JavaScript code on relying party web site that will invokve the DID Auth browser add-on:

window.postMessage({ type: "DID_AUTH", callback: url + "https://my_callback_url/" }, "*");

DID Auth relying party sample deployment: https://did-auth-relying-party.danubetech.com/

Deployment (Local Development)

Installation on Firefox:

  1. Open about:debugging in Firefox.
  2. Click 'Load Temporary Add-on".
  3. Open the manifest.json file in this repository.

Removal on Firefox:

  1. Open about:addons in Firefox.
  2. Remove the add-on.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2018 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.