@lestrrat

122 Followers
69 Following
415 Posts
@jag if you're still on gmail, I do.
@jag don't be a stranger, though. let's talk some time.
@jag Oh, I get it. didn't get far enough in your archives.
@jag you no longer on bsky?

Do you care if github.com/lestrrat-go/jwx's error messages become short (or not)? I have a set of changes (coded using AI) that shortens the default error message into it's outer-most and inner-most messages only instead of my usual "cram every piece of evidence in the error" approach. Let me know if you have an opinion one way or the other #golang #jwx

https://github.com/lestrrat-go/jwx/pull/1532

I chipped in some resources to update the antiquated version that was bundled with opa, and as a result jwt handling should be faster and also allows opa to use features like EdDSA that the old version did not support. hope this helps some people. #golang #opa #jwt
https://github.com/open-policy-agent/opa/releases/tag/v1.8.0
Release v1.8.0 · open-policy-agent/opa

This release contains a mix of new features, performance improvements, and bugfixes. Notably: Support for EdDSA signatures in io.jwt built-ins, including a new io.jwt.verify_eddsa built-in. EdDSA...

GitHub

I'm not so thick-skinned as to going into the discussions myself, but I can't help myself posting "Why don't you use github.com/lestrrat-go/jwx/v3" #golang

https://github.com/golang-jwt/jwt/discussions/460
https://github.com/golang-jwt/jwt/discussions/380

Extra features and functionality for next major version, from other RFCs relating to JWT or for exported helper functions · golang-jwt jwt · Discussion #460

If there is a more appropriate place to discuss this, please let me know and I'll move the discussion / delete this post. Thanks! Hi, The current implementation supports the main JWT RFC (RFC7519) ...

GitHub
@phl interesting. I do find it easier to learn of posts that friends are seeing on Bluesky compared to Mastodon -- I get this via the Discover feed on bluesky, which is one way I get more multi-lingual material
Hey, just FIY, I tend to be on Blueskey more often than not. Mastodon is cool and all, but I do miss the multi-language (i.e. English _and_ Japanese) interactions, which, for some reason happens more in Bluesky

Released v1.0.0 of HTTP Message Signatures for #golang (RFC9421), along with modules for digital signature building blocks and Structured Field Values (RFC9651)

dsig code is from github.com/lestrrat-go/jwx

https://github.com/lestrrat-go/sfv
https://github.com/lestrrat-go/dsig
https://github.com/lestrrat-go/htmsig

GitHub - lestrrat-go/sfv: RFC9561 Structure Field Value for Go

RFC9561 Structure Field Value for Go. Contribute to lestrrat-go/sfv development by creating an account on GitHub.

GitHub