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: bshaffer/oauth2-server-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bshaffer/oauth2-server-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.x
Choose a head ref
  • 20 commits
  • 2 files changed
  • 10 contributors

Commits on Sep 24, 2015

  1. Merge pull request #635 from bshaffer/develop

    Merge branch 'develop'
    bshaffer committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    5130ba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Fix typo in composer.json

    theboolean authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    abc50df View commit details
    Browse the repository at this point in the history
  2. added protected generatePayload() method to allow easier customizatio…

    …n of jwt token payload
    svycka committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    302523e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #794 from theboolean/patch-1

    Fix typo in composer.json
    bshaffer authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    b51f96c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    56edde0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #795 from svycka/feature/issue-793-customize-jwt-p…

    …ayload
    
    added easier method to customize jwt token payload
    bshaffer authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    d5b8a91 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    7aa3bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728df13 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. README HTTPS

    Hoto-Cocoa authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    7560259 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Merge pull request #814 from Akaza-Akari/patch-1

    README HTTPS
    bshaffer authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    08014bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #807 from svycka/patch-1

    removed unused class attribute
    bshaffer authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    68efd5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df6668 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

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

Commits on May 4, 2017

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

Commits on Sep 12, 2017

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

Commits on Sep 14, 2017

  1. use random_bytes if available (#834)

    oittaa authored and bshaffer committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    ffb4632 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Fix PHPDoc (#851)

    maxailloud authored and bshaffer committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    7316242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3432571 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    c5cdd7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bbfb19 View commit details
    Browse the repository at this point in the history
Loading