Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Thalhammer/jwt-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0-rc.1
Choose a base ref
...
head repository: Thalhammer/jwt-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0-rc.2
Choose a head ref
  • 5 commits
  • 61 files changed
  • 3 contributors

Commits on Nov 23, 2021

  1. 🔧 Replace RSA related deprecated functions (#189)

    * RSA_size() --> EVP_PKEY_size()
    
    * getting rid of deprecated functions in rsa-pss signature creation
    
    * getting rid of deprecated functions in rsa-pss signature verification
    
    * generate_hash not used in pss
    kleinmrk authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    55aaf31 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. 🔧 Replace deprecated OpenSSL functions (#191)

    * do not use deprecated functions in ecdsa context
    
    * check ecdsa key on creation
    
    * add test
    
    * set compiler flags correctly
    
    * set compiler flags correctly attempt 2
    
    Co-authored-by: Chris McArthur <prince.chrismc@gmail.com>
    kleinmrk and prince-chrismc authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    275c750 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. 🚢 Provide trait implementation for supported JSON libraries (#193)

    * quick poc for #174
    
    * Copy paste
    
    * Rename include/jwt-cpp/traits/traits.h to include/jwt-cpp/traits/danielaparker-jsoncons/traits.h
    
    * Create traits.h
    
    * adding a namespace
    
    * mustache + action to automate defaults generation
    
    since they should always be the same
    
    * fix order
    
    * traits tests should use traits
    
    * playing with header order
    
    to make clang happy
    
    * install all possible traits 
    
    switch badge name to sha
    
    * Update CMakeLists.txt
    
    * Update traits.h
    
    * try commenting corrected code
    
    * rm typescript
    
    * make sure to implace edit
    
    * dont comment when no diff
    
    * apply linting
    
    * fixup boost-json traits
    
    * move comment and render to composite action
    
    * actions/github-script does not leave context in the usual spot
    
    * enabled globstar
    
    * make sure to forward inputs
    
    * try using env normally
    
    * fix typo
    
    * pass in linter name correctly
    
    * debug print
    
    * fix linting issues
    
    * more debug printing
    
    * fix linting issues
    
    * fix typpo + more rebug print
    
    * apply linting
    
    * more debug
    
    * try npm install global to be less intrusive
    
    * wip render traits tests
    
    * Update lint.yml
    
    * global install does not work
    
    * Update action.yml
    
    * Update defaults.h
    
    * remove nodejs action poc
    
    * include jsoncons in main test application (for coverage of new files)
    
    * do not exclude json (since it's used by all the traits)
    
    * exclude bundled json libraries
    
    * apply linting
    
    * add jsoncons for coverage testing
    
    * jsoncons set default to a viable version
    
    * exploring ci failure
    
    * Revert "exploring ci failure" it's overlapping symbols
    
    This reverts commit 3d5b7f9.
    
    * add missing specialization
    
    * be explicit with the tests
    
    * Create CMakeLists.txt
    
    * Create danielaparker-jsoncons.cpp
    
    * Update lint.yml
    
    * Update traits.yml
    
    * lint
    
    * better access too decoded claims
    
    * more tests on verify
    
    * tweak test
    
    trying to find minimum
    
    * lets enable linting tests
    
    * using env impl for github script
    
    * fix typo
    
    * apply linting
    
    * add boost to the tests (very hacky)
    
    * Update lint.yml
    
    * ceate light boost installer
    
    there is no cmake install anymore so just a blanket copy should do
    
    * remove path requirement
    
    * outline for commit and push linting on comment
    
    * try different webhook target
    
    * more event types
    
    * fix if for more event types
    
    * just a test commit
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Apply automatic changes
    
    * add token
    
    * screw up formatting
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Apply automatic changes
    
    * fix merge conflicts
    
    * missing errors
    
    * playing with globbing
    
    * lint issues
    
    * matrix on comment should give many pushes
    
    * Apply automatic changes
    
    * Update lint.yml
    
    * Apply automatic changes
    
    * Apply automatic changes
    
    * fix rebase
    
    * apply render tests
    
    * Apply automatic changes
    
    * Apply automatic changes
    
    * Delete package-lock.json
    
    * fail linting
    
    * Update .gitignore
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Apply automatic changes
    
    * Update lint.yml
    
    * Update CMakeLists.txt
    
    * refactor boost.json inclusion
    
    - find paths
    - compile library
    - code coverage
    - traits example
    
    * Apply automatic changes
    
    * debug log
    
    * Update action.yml
    
    * debug output
    
    * Update action.yml
    
    * Delete private-boost-json.cpp.in
    
    * Update private-find-boost-json.cmake
    
    * Update CMakeLists.txt
    
    * Update CMakeLists.txt
    
    * Create CMakeLists.txt
    
    * Update boost-json.cpp
    
    * Update boost-json.cpp
    
    * Update boost-json.cpp
    
    * Update boost-json.cpp
    
    * remove old boost tests
    
    * examples to include traits
    
    * fix compilation
    
    * test nlohmann json traits
    
    * linting
    
    * refactor traits to make badges
    
    * try with less expression syntax
    
    * trying single quotes
    
    * advertise traits support
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Update lint.yml
    
    * sync (prince-chrismc#16)
    
    * 🔧 Replace RSA related deprecated functions (#189)
    
    * RSA_size() --> EVP_PKEY_size()
    
    * getting rid of deprecated functions in rsa-pss signature creation
    
    * getting rid of deprecated functions in rsa-pss signature verification
    
    * generate_hash not used in pss
    
    * Update lint.yml
    
    * Update lint.yml
    
    * Update lint.yml
    
    Co-authored-by: Marek Klein <kleinmrk@gmail.com>
    
    * Update lint.yml
    
    * make sure to use install `nlohmann-json`
    
    * make action folder match trait names
    
    * add example + badge for kazuho-picojson
    
    * link to new examples
    
    * revert debug code
    
    * dont mix matrix with uses
    
    * fix bad copy paste
    
    * spec interface library so it's no compiled
    
    * fix installer
    
    * fix to interface
    
    * fix example
    
    * attempt 2
    
    * make sure to avoid circular reference
    
    * attempt 3
    
    * white space
    
    * white space
    
    * Update and rename .github/actions/comment-linting/action.yml to .github/actions/process-linting-results/action.yml
    
    * Update lint.yml
    
    * Update action.yml
    
    * Update action.yml
    
    * Update README.md
    
    Co-authored-by: prince-chrismc <prince-chrismc@users.noreply.github.com>
    Co-authored-by: Marek Klein <kleinmrk@gmail.com>
    3 people authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5c9787e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Composite actions for badging (#196)

    * Improved badging actions
    
    use new composite if feature to perform more heavy lifting (making the workflows more DRY)
    
    * only make badges on push
    
    * update ssl traits
    
    * replace success/failure with generic write
    prince-chrismc authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    8254f7c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    e6b92cc View commit details
    Browse the repository at this point in the history
Loading