johncallahan / did-auth-relying-party

DID Auth relying party.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

DID Auth relying party

This is a DID Auth relying party that can verify incoming DID Auth messages expressed as Verifiable Credentials based on Decentralized Identifiers.

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

Architecture: architecture.md

Scenarios: scenarios.md

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

Deployment (Local Development)

First, build the following Maven dependencies:

Build with Maven:

mvn clean install jetty:run

Build and run with Docker:

docker build -f ./Dockerfile -t did_auth_relying_party .
docker run -ti -p 8080:8080 did_auth_relying_party:latest

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.

About

DID Auth relying party.

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.3%