Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
549 stars 159 forks source link

Update class-jwt-auth-public.php #242

Closed bradmkjr closed 1 year ago

bradmkjr commented 2 years ago

Allow for Basic Auth, by not attempting to validate Authentication Headers if a valid user has already been determined. See issue #241 current version of WP health check fails when attempting to use basic auth.