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

Fixing JwtCreator builder when setting headers as a map #320

Merged
merged 10 commits into from
Nov 6, 2019

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    35b2ea7 View commit details
    Browse the repository at this point in the history
  2. adding fails safty against empty map and removing a header if it was …

    …provided with a null value in the map also added unit test for this behaviour
    maxbalan committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9d94214 View commit details
    Browse the repository at this point in the history
  3. fix method description

    maxbalan committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    7e33f20 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

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

Commits on Jan 30, 2019

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

Commits on Feb 6, 2019

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

Commits on Sep 17, 2019

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

Commits on Nov 5, 2019

  1. fixing pr changes request not real code change just test fixing to re…

    …move confusions in the test readability
    maxbalan committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c42476d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937f7d6 View commit details
    Browse the repository at this point in the history
  3. Update lib/src/test/java/com/auth0/jwt/JWTCreatorTest.java

    Co-Authored-By: Luciano Balmaceda <balmacedaluciano@gmail.com>
    maxbalan and lbalmaceda committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    bb83717 View commit details
    Browse the repository at this point in the history