chrly/http
ErickSkrauch 27c7b79b32
Added onUnknownProfileRespondWithUuid param to the /profile endpoint
Introducing profiles endpoint was a mistake, but we had to deal with that mistake until I'll remove it. The Accounts service needs textures with a signature. But it is possible that a user has a fresh account and Chrly has not yet received the profile information. In this case we have no way to get textures for the player. Adding the onUnknownProfileRespondWithUuid parameter solves this problem. This is a bad solution and nobody should use it except Ely.by infrastructure. In v5 version the texture signature on Chrly will be removed.
2024-06-11 02:31:47 +02:00
..
api_test.go Fixes #40. Allow to upload profile information without a skin 2023-12-22 01:56:02 +01:00
api.go Fixes #40. Allow to upload profile information without a skin 2023-12-22 01:56:02 +01:00
http_test.go Completely move app configuration from cmd to di container 2020-04-19 02:31:09 +03:00
http.go Implemented /profile/{username} endpoint to get complete profile with signed by the current server textures. 2021-02-26 02:45:45 +01:00
jwt_test.go Replace dep with go mod, migrate from travis to github-actions 2023-12-12 01:35:08 +01:00
jwt.go Add stats reporter events listener, restore all events for http layer, rework authentication middleware and authenticator interface 2020-02-16 13:23:47 +03:00
skinsystem_test.go Added onUnknownProfileRespondWithUuid param to the /profile endpoint 2024-06-11 02:31:47 +02:00
skinsystem.go Added onUnknownProfileRespondWithUuid param to the /profile endpoint 2024-06-11 02:31:47 +02:00
uuids_worker_test.go Completely move app configuration from cmd to di container 2020-04-19 02:31:09 +03:00
uuids_worker.go Completely move app configuration from cmd to di container 2020-04-19 02:31:09 +03:00