citra-mk7/src/web_service
zhupengfei 1a8841f96e
network, web_service: Add Verification backend and use new lobby API
Added verify_backend to load user_data for members. and removed method to generate UID as this is now done server-side.

Added GetUsername function and a "token" param to room_member.
Also added a username to ChatEntry, so that the username can be shown (along with nicknames) in the chat dialog.
2018-12-15 11:02:51 +08:00
..
announce_room_json.cpp Add Support for Room Descriptions 2018-12-15 11:02:50 +08:00
announce_room_json.h Add Support for Room Descriptions 2018-12-15 11:02:50 +08:00
CMakeLists.txt network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
telemetry_json.cpp compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
telemetry_json.h compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
verify_login.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
verify_user_jwt.cpp network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
verify_user_jwt.h network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
web_backend.cpp Put WebResult into a seperate file 2018-10-27 00:39:02 +02:00
web_backend.h web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00