thevahidal / soul

🕉 A SQLite REST and realtime server
https://thevahidal.github.io/soul/
MIT License
1.45k stars 49 forks source link

Deprecate transaction endpoint #196

Closed thevahidal closed 1 month ago

thevahidal commented 1 month ago

As mentioned in issue #172, the /api/transaction endpoint presents a security risk and doesn't align with Soul's philosophy of user-friendly, human-readable APIs accessible to non-SQL users.

Initially, this endpoint served as a tribute to the ws4sqlite library that inspired Soul's development. While I envisioned it as potentially useful, particularly with the introduction of authentication, it's become clear that the transaction endpoint is no longer a viable option. Therefore, I've decided to remove it.