Marcus Griep

Results 25 issues of Marcus Griep

I'd like to push toward a stable 1.0 API for Hopac. Much of the API looks good and is relatively stable, but there may be some changes that we can...

This issue is a work in progress, but below you will find a diff with general changes to the API to tidy up some things and make naming consistent. ##...

The current implementation of `Job.apply` is equivalent to `x2yJ >>= fun x2y -> xJ >>- x2y`, which means that `x2yJ` is resolved first, then `xJ` is resolved. Once both are...

This is in matching with the new HTTP Semantics RFC 9110. This PR is in draft form. The type renaming and creation of deprecated aliases has been done and compiles,...

With the goal of keeping the crate's packed tz data up to date, we should consider setting up an automated system that will publish a new version (possibly using the...

enhancement
help wanted

Hello, I wanted to raise a note that this crate currently has a transitive dependency on `option-ext`. That library is MPL-2, a copyleft license. The `option-ext` dependency is brought in...

Right now, the creator of an `Authority` needs to know the JWKS URL for the issuing authority. However, for OIDC-compliant issuers, this can be inferred from the issuer itself. Add...

For OIDC-compliant issuers, the token URL can be inferred from the `Issuer` using the well-known OIDC configuration endpoint.