summaryrefslogtreecommitdiff
path: root/src/web_service/verify_login.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* web_backend: Make Client use the PImpl idiomGravatar Lioncash2018-10-101-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.
* Review comments - part 3Gravatar fearlessTobi2018-10-021-1/+1
|
* Port web_service from CitraGravatar fearlessTobi2018-10-021-0/+27
|
* Massive removal of unused modulesGravatar James Rowe2018-01-121-28/+0
|
* WebService: Verify username and token (#2930)Gravatar B3n302017-09-181-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