Skip to content

izertis/red.es-identfy-entity-service

identfy

An all-in-one solution to take control of your digital identity


identfy is a combination of various products that enable building user-centric solutions.

identfy Entity service

identfy Entity service is This repository contains an implementation of a stateless service that allows the issuance of verifiable credentials compatible with EBSI guidelines and in jwt_vc format. The service also serves as an authorization server.

Table of content:

Usage

The execution of the service can be done through docker or through its direct execution.

Execution itself

Node version 16 is required to operate the service.

Clone the repository and install the dependencies with:

npm install

Run the server with:

npm run serve

Docker

Clone the repository and create an image for the service using the Dockerfile located in the root of the project. docker build . -t identfy-service

Once the docker image is created, you can deploy a container by specifying the desired configuration. In the case of requiring configuration by file, the dockerfile will include the files indicated in the "deploy" directory, so you can modify them if desired. Additionally, it is also possible to mount a volume and host the configuration files in it.

Docker-compose

Clone the repository and use docker-compose to create a container of the service using the file located in the deploy directory. You do not need to create the image first, as it is configured to do so. To do so, run the following command:

docker-compose up

Development guide

If you are interested on testing and building it by yourself or you would like to contribute, you can find here the development guide

Help and Documentation

License

This software is dual-licensed; you can choose between the terms of the Affero GNU General Public License version 3 (AGPL-3.0) or a commercial license. Look at LICENSE file for more information.

Trademark

identfy and its logo are registered trademarks of Izertis

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages