mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00

* more detailed password authentication status * fix compile errors * resole some concerns * remove stray `Concurrency.run { }` * fix no space at end error * modify current behavior of UncivServer.jar * refactor code * accept idea suggestions * rename `authString` -> `authHeader` for clarity * send `Bad Request` instead of `Unauthorized` if `Authorization` header is not present * run `checkAuthStatus()` on a separate thread * fix no space at end test failure