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

feat: add key object v5 #365

Merged
merged 8 commits into from Nov 4, 2021
Merged

feat: add key object v5 #365

merged 8 commits into from Nov 4, 2021

Commits on Aug 4, 2021

  1. Proposed Fix for #351

    This aims to provide backwards compatibility by guessing the algorithm for a key based on the key's contents, but it will likely fail in corner cases.
    
    If this is merged, users **SHOULD** be explicit about the algorithms they're using.
    
    i.e. Instead of $keyAsString, pass in (new JWTKey($keyAsString, 'ES384'))
    paragonie-security committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    31a7c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08160a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    28eb0e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65920fd View commit details
    Browse the repository at this point in the history
  3. misc cleanup

    bshaffer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0822edd View commit details
    Browse the repository at this point in the history
  4. misc docbloc fixes

    bshaffer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    58d0d58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f6c39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c0b7e8 View commit details
    Browse the repository at this point in the history