appatalks / fifo_api_gateway_server

FIFO API Gateway
GNU General Public License v3.0
0 stars 0 forks source link

API Endpoints #16

Open appatalks opened 3 months ago

appatalks commented 3 months ago

I want to add:

appatalks commented 2 months ago

Added salting but now I'm wondering if using someone using wildcard sql could defeat the purpose :thinking:

appatalks commented 2 months ago

Queue position uses WHERE id <= %s' . I don't like this. I want to find a better method.