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: kylef/JSONWebToken.swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mpapp/JSONWebToken.swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 14 files changed
  • 2 contributors

Commits on May 8, 2018

  1. Adds auto-generated Xcode project as a result of the 'swift package g…

    …enerate-xcodeproj' command.
    danielrbrowne committed May 8, 2018
    Configuration menu
    Copy the full SHA
    1b7b80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8a27e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    f850cc9 View commit details
    Browse the repository at this point in the history
  2. Refactor 'JWTEncodeTests' to account for the Swift 5.0 'Dictionary' h…

    …ash seed changes
    
    The seed changes result in differing element orders between instances. This means JWTs can look different when encoded from Dictionary payloads (despite containing the same payload information).
    danielrbrowne committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    beedbef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe64375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d008042 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    119368b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from mpapp/tech/swift-5.0

    Swift 5.0 compatibility
    mz2 authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    9236ad7 View commit details
    Browse the repository at this point in the history
Loading