Basic-Auth
Basic-Auth copied to clipboard
Basic Authentication handler for the JSON API, used for development and debugging purposes
Hi! I just discovered that calling endpoints with the basic authentication generates randomly the error (fortunately the majority of calls don't generate any error) `BadMethodCallException: Call to a member function...
Hi, Basic Auth just doesn't work for me, been stuck for days and feels like I have turned over every stone there is to find a solution. Some info about...
I'm trying to retrieve custom fields from a post on our website - we have REST API configured, and I understand that to retrieve custom fields with REST, we have...
So I want to get login user info use WP-API backend and AngularJS front end (mobile app, NOT same domain). I installed WP-API Basic Authentication on my server side and...
This allows the user to install the basic-auth plugin to a plugins folder that may be located in a specific custom directory.
Hi, took me a while to narrow this down but it seems that the following code causes issues where users aren't logged in properly during Create/Edit calls: ``` // Don't...
Does anything else need to happen besides activating the plugin for basic auth to be enabled? I am sending my authentication in the headers but my response is just []...
There is a problem with recursion when using multisite. The json_basic_auth_handler calls wp_authenticate, which eventually calls the function is_user_spammy, which calls get_currentuserinfo, which fires off the determine_current_user filter again. To...
I tried this on a multisite network with buddypress installed, seems this plugin need to be activated on individual site. When the plugin is activated on a subdomain site of...
I am using AlmaLinux v8.9.0 STANDARD and CentOS v7.9.2009 STANDARD VPS. The JSON Basic Authentication plugin works well on CentOS v7.9.2009 STANDARD, but it does not work on AlmaLinux v8.9.0...