Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

humanornot-svc as a part of identity protocol is used to trigger credentials issuance on issuer service after successful verification

License

NotificationsYou must be signed in to change notification settings

rarimo/humanornot-svc

Repository files navigation

Description

The service has a partial integration with several identity providers. It provides an ability to check user's uniquenessand if so then issue a correspondingIden3 Verifiable Credentials via an interface to theIssuerservice

Integrated identity provider:

Install

git clone github.com/rarimo/humanornot-svccd humanornot-svcgo build main.goexport KV_VIPER_FILE=./config.yaml./main migrate up./main run service

Documentation

We do use openapi:json standard for API. We use swagger for documenting our API.

To open online documentation, go toswagger editor here is how you can start it

  cd docs  npm install  npm start

To build documentation usenpm run build command,that will create open-api documentation inweb_deploy folder.

To generate resources for Go models run./generate.sh script in root folder.use./generate.sh --help to see all available options.

Running from docker

Make sure that docker installed.

usedocker run with-p 8080:80 to expose port 80 to 8080

docker build -t github.com/rarimo/humanornot-svc .docker run -e KV_VIPER_FILE=/config.yaml github.com/rarimo/humanornot-svc

Running from Source

  • Set up environment value with config file pathKV_VIPER_FILE=./config.yaml
  • Provide valid config file
  • Launch the service withmigrate up command to create database schema
  • Launch the service withrun service command

Database

For services, we do usePostgresSQL database.You caninstall it locally or usedocker image.

About

humanornot-svc as a part of identity protocol is used to trigger credentials issuance on issuer service after successful verification

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp