Signal-Server/service
Ravi Khadiwala 1428ca73de Make identity token fetcher more async friendly
After the identity token expires a subsequent call would do a blocking
operation to retrieve the new token. Since we're making use of an async
gRPC client, this tends to block a thread we don't want to be blocking
on.

Instead, switch to periodically refreshing the token on a dedicated
thread.
2024-01-25 13:01:21 -06:00
..
config Add support for secondary credentials for registration service 2024-01-24 13:52:23 -06:00
src Make identity token fetcher more async friendly 2024-01-25 13:01:21 -06:00
assembly.xml Build refactor in preparations for bringing in jgitver 2021-05-26 19:42:42 -05:00
pom.xml Remove the now-unused admin logger 2023-12-07 12:58:43 -05:00