Skip to content
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
merged 20 commits into from
Oct 31, 2023

Conversation

lestrrat
Copy link
Collaborator

No description provided.

@lestrrat lestrrat marked this pull request as ready for review October 27, 2023 13:06
lestrrat and others added 18 commits October 31, 2023 13:22
* 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 lestrrat merged commit 12bba39 into develop/v3 Oct 31, 2023
21 checks passed
@lestrrat lestrrat deleted the register-parser branch October 31, 2023 06:30
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant