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: 3.14.0
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: 3.15.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 1, 2021

  1. Merge pull request #479 from auth0/release-3.14.0

    Release 3.14.0
    jimmyjames authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9c0d566 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Move form commons-codec Base64 to j.u.Base64 (#478)

    * Use Java Base64 encoding and decoding
    
    fix last usages of commons-codec
    
    Remove codec usages
    
    Remove commons-codec
    
    * Throw on invalid Base64 encoded tokens
    
    * Fix broken tests that became broken after java.util.Base64 transition
    
    Co-authored-by: jimmyjames <[email protected]>
    Co-authored-by: Xakep_SDK <[email protected]>
    3 people authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7dea6ac View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update Java version in README.md

    Java 8 has been required since #457.
    jboning authored and lbalmaceda committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    523b2d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Improve README formatting

    Marcono1234 authored and lbalmaceda committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    603e2b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. remove jcenter

    jimmyjames authored and lbalmaceda committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    35570e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Release 3.15.0

    jimmyjames committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6ce1991 View commit details
    Browse the repository at this point in the history
Loading