Vitaliy-1 / openHealth

Health Information System (Медична інформаційна система)
GNU General Public License v3.0
0 stars 5 forks source link

Open Health

Health Information System (Медична інформаційна система)

License & copyright

The software is distributed under GPL version 3. Copyright © 2023-2024 Iryna Loveiko, Vladislav Yevtushenko, Vitalii Bezsheiko

Requirements

EHEALTH_AUTH_HOST - URL to the eHealth authentication API

EHEALTH_REDIRECT_URI - URL to the application endpoint, which handles user authentication. It receives authentication code from eHealth, which later is exchanged to the token. Contact eHealth to provide the redirect URL of the application.

EHEALTH_X_CUSTOM_PSK and EHEALTH_API_KEY - are provided by the eHealth and are used in the authentication process. For more details see eHealth API documentation.

Other

CIPHER_API_URL=

Application supports qualified digital signatures and uses Cipher as a service provider. See, Cipher cryptographic API documentation

Deployment

php artisan first-run

This command: