summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_login.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-11web_backend: Make Client use the PImpl idiomLioncash1-0/+1
Like with TelemetryJson, we can make the implementation details private and avoid the need to expose httplib to external libraries that need to use the Client class.
2018-10-02Review comments - part 3fearlessTobi1-1/+1
2018-10-02Port web_service from CitrafearlessTobi1-0/+27
2018-01-13Massive removal of unused modulesJames Rowe1-28/+0
2017-09-19WebService: Verify username and token (#2930)B3n301-0/+28
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning