-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow registering a constructor for RegisterCustomField #1006
Merged
Conversation
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
* 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
* 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
* 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
lestrrat
force-pushed
the
register-parser
branch
from
October 31, 2023 04:23
f92b4dd
to
6d34177
Compare
lestrrat
force-pushed
the
register-parser
branch
from
October 31, 2023 05:54
edbf5b3
to
7e9a822
Compare
lestrrat
added a commit
that referenced
this pull request
Dec 6, 2023
* 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
lestrrat
added a commit
that referenced
this pull request
Jan 11, 2024
* 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
lestrrat
added a commit
that referenced
this pull request
Feb 19, 2024
* 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
lestrrat
added a commit
that referenced
this pull request
Mar 9, 2024
* 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
lestrrat
added a commit
that referenced
this pull request
Sep 24, 2024
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.