Can you please try the following: change unit Auth.Service.Login.pas in project XDataMusicServer.
Changing this line (around line 46):
Jwt.Claims.Expiration := IncHour(Now, 1);
By this:
Jwt.Claims.Expiration := IncHour(Now, 10);
Please let me know if this makes the demo work.