Commit graph

4 commits

Author SHA1 Message Date
Vitor Mattos
45cd3c374d
chore: Add SPDX header
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-14 12:32:04 -03:00
Vitor Mattos
0c5ee4696a
fix: do not use header with signer_uuid when is authenticated
Endpoints of CRUD to visible signatures need to be acessed by
authenticated user or if not authenticated, will be necessary use the
signer_uuid

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-04-19 16:18:26 -03:00
Vitor Mattos
87aae4a5db
chore: send header to API at signature image CRUD
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-04-19 14:00:23 -03:00
Vitor Mattos
d8512ab017
chore: split controller
Split AccountController to move visible signature methods to a dedicated
controller

Add specific header to identify the signer at public endpoints. This is
used when sign a document using email without account.

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-04-19 11:09:26 -03:00