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 TokenVerifier class that can verify RS256/ES256 tokens #420

Merged
merged 21 commits into from Jun 24, 2020

Commits on Apr 24, 2020

  1. Copy the full SHA
    282bc14 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc54919 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b32e57b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Copy the full SHA
    141686a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5464115 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1d08829 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    chingor13 committed Apr 27, 2020
    Copy the full SHA
    261c7c2 View commit details
    Browse the repository at this point in the history
  5. test: split test into unit and integration

    Unit tests mock out the http request activity. Integration tests hit the
    live urls.
    chingor13 committed Apr 27, 2020
    Copy the full SHA
    59bfcd0 View commit details
    Browse the repository at this point in the history
  6. chore: lint

    chingor13 committed Apr 27, 2020
    Copy the full SHA
    5dd6b44 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Copy the full SHA
    48aea1d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Copy the full SHA
    5709b80 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3ab6ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96ab0db View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a94672a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b79e90d View commit details
    Browse the repository at this point in the history
  6. chore: run formatter

    chingor13 committed May 28, 2020
    Copy the full SHA
    c57fdb1 View commit details
    Browse the repository at this point in the history
  7. chore: more javadoc fixes

    chingor13 committed May 28, 2020
    Copy the full SHA
    7e3234d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9755703 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    24e1ec6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on Jun 24, 2020

  1. Copy the full SHA
    96aabab View commit details
    Browse the repository at this point in the history