Daniel (deej) Rollins
Daniel (deej) Rollins
Thank you for the great tool! On practically every project I've worked on, there has always been a need to specify one or more environment variables which may or may...
Add SignerProvider field to jwt.Config which, if set, is used to create a jws.Signer from the Config.PrivateKeyID field which is then used sign the JWT instead of using the provided...
Hi, I'm looking to use the JWT flow in a project but was hoping to delegate the signing of the token to an external KMS, rather than pulling the private...
I got a DOMException when using the HTMX library inside JSDOM, as it does not provide an argument for the `type` parameter in XPathExpression.evaluate. This PR allows the `type` parameter...
This PR adds an OPTIONS handler to all endpoints that add permissive CORS headers to all endpoints. This supercedes #189. I did attempt to fix the tests in @palewire's original...
I have been building a release process for one of my projects using npm-version and wanted to promote a prerelease version to a full version and it wasn't immediately obvious...