Zach Collier

Results 41 issues of Zach Collier

An option to disallow duplicate fields, Decoder.DisallowDuplicateFields(), would increase compatibility with other JSON implementations written in various languages and systems. dsnet wrote a [great summary on the Go issue](https://github.com/golang/go/issues/48298) regarding...

feature request

It would be nice to support key_ops https://tools.ietf.org/html/rfc7517#section-4.3 I'm not sure how to implement this particular paragraph: The "use" and "key_ops" JWK members SHOULD NOT be used together;however, if both...

This is the second time I've seen "521" mistakenly used when referring to SHA-512, so I'm assuming there's a mix up with the P-521 curve and SHA-512

A new function to create new JWK's. Most of this is just reorganizing the jose-util package into the jose package and putting the functions in a more accessible area. I'm...

The jose-util package uses `generate.go` to create a new JWK. This really seems like something the core library should do.

The jose-util complains that, "JWK Thumbprint (RFC 7638) is not used for key id because of lack of canonical representation" and instead has an external dependency to `github.com/google/uuid` for the...

Thanks to @shaxbee's additions (#114), there's now JWT claims on the v2 branch. [RFC 7800](https://tools.ietf.org/html/rfc7800) defines one more claim: cnf. Now seems like a good time to include it. "The...

enhancement

Hello! In the book "How JavaScript Works" there is a mistake on page 22.9. There are not 32 control characters. There are 33 7-bit ASCII control characters and 65 Unicode...

Add path functions that are currently in [filever](https://github.com/Cyphrme/FileVer/blob/186f6c430d1192cb09aad7d3cf0f045087518a63/path.go) (but will eventually be moved to their own package `path`)

enhancement