Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
Remove unused and abandoned package `webmozart/path-util`.
- [PR-167](https://github.com/OS2Forms/os2forms/pull/167)
Adding os2forms_digital_signature module
- [PR-223](https://github.com/OS2Forms/os2forms/pull/223)
Moved GitHub feature template to GitHub folder
- [PR-184](https://github.com/OS2Forms/os2forms/pull/184)
- Patches `coc_forms_auto_export` to ensure settings can be saved upon initial
attempt, cf. [Unable to save initial settings due to unfocusable form control](https://www.drupal.org/project/coc_forms_auto_export/issues/3531004)
Expand Down
5 changes: 4 additions & 1 deletion modules/os2forms_digital_signature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

This module provides functionality for adding digital signature to the webform PDF submissions.

To use this module, you must also have a signature server set up (https://github.com/MitID-Digital-Signature). The signature server consists of two parts. A frontend module (https://github.com/MitID-Digital-Signature/os2forms_dig_sig_server/) and a backend component (https://github.com/MitID-Digital-Signature/Signing-Server/).
To use this module, you must also have a signature server set up (<https://github.com/MitID-Digital-Signature>).
The signature server consists of two parts. A frontend module
(<https://github.com/MitID-Digital-Signature/os2forms_dig_sig_server/>) and a backend component
(<https://github.com/MitID-Digital-Signature/Signing-Server/>).

## How does it work

Expand Down