Gary Coady

Results 37 comments of Gary Coady

Sometimes tokens themselves say when they are expected to expire. Ideally tokens should be refreshed in the background before that point (so that the user gets no latency hit from...

If you're going to recommend trying not to depend on `` for hermetic builds, I did notice that nix-shell still depends on it to find bash (https://github.com/NixOS/nixpkgs/issues/27493). Should `NIX_BUILD_SHELL` also...

Isn't this fixed by https://github.com/input-output-hk/haskell.nix/pull/559 ?

@tyxia Looks good, thanks! Btw sorry that this isn't exactly the right forum in a way, but just comments / thoughts after using it: - would be nice if it...

I've been playing with this a bit, and one potential issue I have (for the use case I'm looking at) is that configuration of the client certs is dependent on...

(as a drive-by commentator who would in theory find this useful) Functionality to get an ID token would be welcome, but I don't think this is the right approach. Fundamentally,...

I had a closer look at the support for ID tokens in the library - and it's unfortunate. The `id_token()` call provided is a convenience method for accessing the ID...

Fixed. By the way, to show a concrete use case, I use this code to get a GCP access token (which has an expiry), this is then used as a...

I'll consider it; I do hate having the API throw if used incorrectly (though lost metric information could be as painful in some cases). I assume you know that the...