- Engine: The core of the Pass.
- API: The API for the Pass.
To run the Pass, run the following command:
docker compose up -d
The Pass architecture is composed with microservices, each one with a specific task. The microservices are:
-
Engine: The core of the Pass, resposible to manage the accounts and the authentication.
-
API: The API for the Pass, resposible to expose the endpoints, manage OAuth2 authentication and Pass accounts.