Thanks to visit codestin.com
Credit goes to github.com

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: auth0/java-jwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: auth0/java-jwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0-DEV
Choose a head ref
  • 16 commits
  • 64 files changed
  • 5 contributors

Commits on Feb 12, 2020

  1. Use JDK 8

    jimmyjames committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e02bd44 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    af98a1c View commit details
    Browse the repository at this point in the history
  2. Update to Gradle 6.1.1

    jimmyjames committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6e995bb View commit details
    Browse the repository at this point in the history
  3. Support map / list claims

    skjolber authored and jimmyjames committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7f8c7e3 View commit details
    Browse the repository at this point in the history
  4. Improve code coverage for JWTCreator

    skjolber authored and jimmyjames committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7aefb4f View commit details
    Browse the repository at this point in the history
  5. Initial QA changes

    skjolber authored and jimmyjames committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e8fc5fc View commit details
    Browse the repository at this point in the history
  6. Improve Javadoc, use anon types where possible, add unit test for Map…

    … in List, formatting
    skjolber authored and jimmyjames committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8845a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. * Remove unneeded null check

    CodeDead authored and jimmyjames committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    acd0325 View commit details
    Browse the repository at this point in the history
  2. * Added EOL character to some files (GIT-compliance)

    * Classes and interfaces adhere to default coding style
    * Removed unused import statements
    * Removed unnecessary throws statements
    * Removed unnecessary Java 7 features
    CodeDead authored and jimmyjames committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d95d3f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Updated date time APIs (#392)

    * Update to new Date/Time APIs
    
    * Update to support Instant claims nested in maps and lists
    
    * Add back Date APIs
    
    * add back date to custom list and map claims
    
    * add Date-based claims back to Verifier
    
    * Update README.md
    
    Co-Authored-By: Luciano Balmaceda <[email protected]>
    
    * Add comments for future deprecations, rename serialization method name
    
    * Updated tests per review feedback
    
    * Remove unnecessary throws from tests, fix up from rebase
    
    * remove duplicated code
    
    * review feedback - simplify serialization
    
    Co-authored-by: Luciano Balmaceda <[email protected]>
    jimmyjames and lbalmaceda authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6210713 View commit details
    Browse the repository at this point in the history
  2. Use java.util.Base64 for encoding and decoding (#401)

    * Use Java Base64 encoding and decoding
    
    * Throw on invalid Base64 encoded tokens
    jimmyjames authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    37b70f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

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

Commits on Mar 11, 2020

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

Commits on Mar 30, 2020

  1. Feature/readme (#397)

    * Markdown formatting, grammatical changes
    
    * Added a comma
    
    * Grammatical changes
    
    * Changed to lowercase
    
    * Mark classes
    
    Co-authored-by: Damien Guard <[email protected]>
    CodeDead and damieng authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8e0fa78 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Merge master to v4 branch

    jimmyjames committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    41e4ff4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request #431 from jimmyjames/merge-master-to-v4

    Merge master to v4
    jimmyjames authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    3935d1a View commit details
    Browse the repository at this point in the history
Loading