You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/signature-verification-key.der and /signature-verification-key.pem endpoints, which returns the public key in DER or PEM formats for signature verification.
Fixed
#28: Added handling of corrupted data from the Mojang's username to UUID
cache.
#29: If a previously cached UUID no longer exists,
it will be invalidated and re-requested.
Use correct status code for error about empty response from Mojang's API.
Changed
BREAKING: /cloaks/{username} and /textures/{username} endpoints will no longer return a cape if there are no
textures for the requested username.
All endpoints are now returns 500 status code when an error occurred during request processing.
Increased the response timeout for Mojang's API from 3 to 10 seconds.