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

Add filters to authentication flow to allow external authentication #129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 25, 2021

  1. Add filters to authentication flow to allow external authentication

    Adds two filters:
    `graphql_jwt_auth_use_wp_authentication` -- returns boolean to determine if should use WP authentication
    `graphql_jwt_auth_authenticate_user` -- returns authenticated user or WP_Error
    
    Also passes full query input along to Auth functions and filters to give SSO provider access to data
    acafourek committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    08fccc5 View commit details
    Browse the repository at this point in the history