This repository contains source code and design documents for MOSIP ID Authentication which is the server-side module to manage ID Authentication. The modules exposes API endpoints.
Refer to SQL scripts.
The project requires JDK 1.11.
- Build and install:
$ cd authentication $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
- Build Docker for a service:
$ cd <service folder> $ docker build -f Dockerfile
Refer to the configuration guide.
To deploy PMS on Kubernetes cluster using Dockers refer to Sandbox Deployment.
Automated functional tests available in Functional Tests repo.
API documentation is available here.
This project is licensed under the terms of Mozilla Public License 2.0.