8000 Comparing v0.5.2...v0.6.0 · wp-graphql/wp-graphql-jwt-authentication · GitHub
[go: up one dir, main page]

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: wp-graphql/wp-graphql-jwt-authentication
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: wp-graphql/wp-graphql-jwt-authentication
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 12 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 7, 2020

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

Commits on Mar 10, 2020

  1. PHPDoc: correct inline comments.

    Co-Authored-By: Renato Alves <renato@alley.co>
    henrikwirth and Renato Alves authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1277d60 View commit details
    Browse the repository at this point in the history
  2. PHPDoc: correct inline comments.

    Co-Authored-By: Renato Alves <renato@alley.co>
    henrikwirth and Renato Alves authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2cecbbe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

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

Commits on Nov 4, 2020

  1. fix(response headers): replace header instead of setting them all

    updated to call the 'header' instead of 'set_headers' method when writing response headers to avoid
    overwriting all the headers such as X-WP-Total and X-WP-TotalPages which are necessary for different
    plugins and pieces of Wordpress to work properly
    tsmith-rv committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    23ad012 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request #118 from tsmith-rv/develop

    fix(response headers): replace single header instead of overwriting them all
    jasonbahl authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    cf86790 View commit details
    Browse the repository at this point in the history
  2. Update src/Auth.php

    jasonbahl authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e3692a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from wp-graphql/feature/add-set-cookies-option

    Adds Option to define if a cookie should be set on login.
    jasonbahl authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b08e06e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a28807 View commit details
    Browse the repository at this point in the history
  5. - allow cookies to be set upon authentication

    - set one header instead of replacing all headers
    jasonbahl committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    27a4260 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    926c16a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #170 from wp-graphql/release/v0.6.0

    Release/v0.6.0
    jasonbahl authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5a7d9a9 View commit details
    Browse the repository at this point in the history
Loading
0