-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow registering a constructor for RegisterCustomField (#1006)
* s{/v2/}{/v3}g * Add v3 to workflows * more s{v2}{v3}g * a few more v2 -> v3 * tweak for v3 * tweaks for v3 * Change Get() API (#990) * Chage Get(string) (interface{}, bool) to Get(string, interface{}) error * fix example code * run go mod tidy * more bazel tweaks * Documentation fixes * Generate jws docs * fix go.mod * [WIP] Make JWK Key Parsing pluggable (#991) * s{/v2/}{/v3}g * Make the probe phase generic, and allow multiple parsers * panic if default probe registration fails * Fix documentation * tweak * tweak go.mod * rip out ECDSA specific stuff into its own package * appease linter * Add missing file * Reinstate the relevant changes from 81ba77f * Update bazel files * Add missing bazel file * docs and locks around keyParsers * docs * Remove x25519, use crypto/ecdh * Update go versions to use * Update version * remove toolchain directive * Run make tidy + gazelle-update-repos * Remove iterators (#999) * First pass removing iterators from jwk * Remove iterators from jwe, remove Range * remove iterate from jws * Remove iterate from jwt * Remove remaining iterator from jws * Remove iterators from jwk * remove more references to iterators and makePairs * fix lint * Fix jwk.Set example * deterministic token serialization * remove iterate from cmd * Rip out iterator library * do away with context.Context * appease linter * Remove ctx from jws * Add incomplete list of changes * Fix after rebase * Allow registering a constructor for RegisterCustomField * appease linter and add docs * Add tests in JWE, tweak docs * Add to JWK * appease linter * Fix to use "portable" versions * Add it to jws * Add example
- Loading branch information
Showing
10 changed files
with
355 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.