summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_login.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* web_service: Remove unnecessary inclusionsLioncash2019-03-021-2/+0
| | | | | | | Reduces the potential amount of rebuilding necessary if any headers change. In particular, we were including a header from the core library when we don't even link the core library to the web_service library, so this also gets rid of an indirect dependency.
* Port web_service from CitrafearlessTobi2018-10-021-0/+22
|
* Massive removal of unused modulesJames Rowe2018-01-131-24/+0
|
* WebService: Verify username and token (#2930)B3n302017-09-191-0/+24
* 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