postpass
postpass copied to clipboard
feat(security): enforce read-only database transactions
Implement read-only transactions in both the and functions to prevent any potential write operations to the database. This enhances security by mitigating the risk of SQL injection attacks.
solves https://github.com/woodpeck/postpass/issues/12