docs: ES256K moves from the experimental table to the standard one (RFC 8812) - #54
Merged
Merged
Conversation
…FC 8812) web-token/jwt-framework#736 moves the algorithm to the library. The algorithm and curve tables gain the standard entry, the signature algorithms page a section with the "use" change and the secp256k1 PEM limitation, the experimental table loses the row, and the 4.2 → 4.3 guide carries the entry and the deprecation line; two older mentions of the experimental namespace are corrected.
This file contains hidden or 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
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.
Documentation for web-token/jwt-framework#736 (issue web-token/jwt-framework#727).
introduction/provided-features.md:ES256Kin the standard signature table, secp256k1 row updated, removed from the experimental list.the-components/signed-tokens-jws/signature-algorithms.md: "TheES256KAlgorithm" section — new namespace, the deprecated experimental subclass, the bundle alias, the known secp256k1 PEM limitation; row removed from the experimental table.migration/from-v4.2-to-v4.3.md: feature entry and the deprecation line.migration/from-v4.1-to-v4.2.md,introduction/the-framework.md: mentions ofES256Kas experimental corrected.