citra/src/web_service
Tobias 604c1b5fc3
web_service: Change authentication system to use JWT (#4041)
* Change authentication system to JWT

* Address review comments
* Get rid of global variable, fix some documentations, fix a bug when verificating
* Refactor PostJson to avoid code duplication
* Rename jwt_token, add functionality to request a new JWT when getting a 401
* Take bools by value instead of const reference
* Send request again when JWT is invalid and use forward declarations
* Omit brackets
2018-08-25 21:39:23 +02:00
..
announce_room_json.cpp web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
announce_room_json.h fixup! fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
CMakeLists.txt Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00
json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
telemetry_json.cpp web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
telemetry_json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
verify_login.cpp web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
verify_login.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
web_backend.cpp web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
web_backend.h web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00