Themes
All themesNo clustered themes yet.
Market
Commercial opportunities need traceable source links before they are treated as build-worthy.
100.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
No clustered themes yet.
Pain still appears around bugs, support despite praise for quality, easy.
JWT Revocation Bypass in API Bearer Auth: users show security, bugs, compatibility pain that may indicate a product gap.
API Bearer Auth · Token revocation (via admin action or database deletion) removes stored token records, effectively invalidating refresh tokens. complaint Refresh token problemRefresh token problem: users show security, missing feature, support pain that may indicate a product gap.
API Bearer Auth · I save tokens in the application and work with them so that I don’t have to log (to auth) in many times. mixed Security concernSecurity concern: users show security, support pain that may indicate a product gap.
API Bearer Auth · Security concern Hi, First of all, thank you very much for this plugin, it works great! complaint Custom Post Types (Show In Rest) – Returning 404Custom Post Types (Show In Rest) – Returning 404: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · Custom Post Types (Show In Rest) – Returning 404 Hi, I’m creating a new project and in this project I have custom post types with the option “show_in_rest” like this example below: https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/ But when I enable the plugin, all requests to the endpoint return complaint WordPress MU with Memberships Tracked in Main BlogWordPress MU with Memberships Tracked in Main Blog: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · However, now I am now trying to log in users who are paid members and only tracked and controlled within the main blog. complaint CORSCORS: users show bugs, missing feature, support pain that may indicate a product gap.
API Bearer Auth · Is there a way to enable/support CORS? mixed BUG: access_token with admin rights for all?BUG: access_token with admin rights for all?: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · BUG: access_token with admin rights for all? mixed Response to preflight request doesn’t pass access control checkResponse to preflight request doesn’t pass access control check: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · Response to preflight request doesn’t pass access control check Hi, I’m not able to get the token from the React app that I’m working on. complaint api whitelist problem with Bedrock installationapi whitelist problem with Bedrock installation: users show bugs, compatibility, setup pain that may indicate a product gap.
API Bearer Auth · api whitelist problem with Bedrock installation Hi Michiel, Your plugin works great, but I did find an issue when trying to whitelist a custom api route on my Bedrock site. complaint Error in whitelistError in whitelist: users show bugs, support pain that may indicate a product gap.
API Bearer Auth · Error in whitelist I’m having trouble with some urls that I’m trying to whitelist. complaint Unknown userUnknown user: users show bugs, support pain that may indicate a product gap.
API Bearer Auth · Unknown user Hi Thanks for the plugin; it all works great, and when I test it in postman it all works fine. mixed missing the required permission_callback argumentmissing the required permission_callback argument: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · missing the required permission_callback argument Notice: register_rest_route was called incorrectly. mixed Using this Plugin Along side a PWA PluginUsing this Plugin Along side a PWA Plugin: users show bugs, compatibility, missing feature pain that may indicate a product gap.
API Bearer Auth · Using this Plugin Along side a PWA Plugin I have everything working like I would like and am now trying to activate a PWA plugin. mixed You are not logged in ErrorYou are not logged in Error: users show bugs, support pain that may indicate a product gap.
API Bearer Auth · You are not logged in Error Hi, Whatever i do is the same error. complaint Error creating tokenError creating token: users show bugs pain that may indicate a product gap.
API Bearer Auth · Error creating token { “success”: false, “statusCode”: 403, “code”: “jwt_auth_bad_auth_header”, “message”: “Authorization header malformed.”, “data”: [] } { “success”: false, “statusCode”: 403, “code”: “jwt_auth_bad_auth_header”, “message”: “Authorization header malformed.”, “data”: [] } complaint WP 6.7.1?WP 6.7.1?: users show support pain that may indicate a product gap.
API Bearer Auth · What about supporting WP 6.7.1? complaint How to edit user informations responseHow to edit user informations response: users show support pain that may indicate a product gap.
API Bearer Auth · How to edit user informations response After login how to edit user informations response? complaint API bearer blocks API requests from Royal Mail Shipping providerAPI bearer blocks API requests from Royal Mail Shipping provider: users show bugs pain that may indicate a product gap.
API Bearer Auth · API bearer blocks API requests from Royal Mail Shipping provider I’m having trouble allowing Royal Mail shipping provider to work. mixed I get your are not logged in errorI get your are not logged in error: users show bugs, setup pain that may indicate a product gap.
API Bearer Auth · I get your are not logged in error I installed this plugin to test the user registration flow from the mobile app, before this I was using JWT Auth plugin with no issues except registering a user. neutral Error creating tokensError creating tokens: users show bugs, performance, support pain that may indicate a product gap.
API Bearer Auth · Error creating tokens We are getting the following error when we attempt to fetch an authentication token. praise Great pluginGreat plugin: users show compatibility, setup pain that may indicate a product gap.
API Bearer Auth · Great plugin We choose this plugin wrt the more popular alternatives to make use of the refresh token endpoint. neutral You Are Not Logged InYou Are Not Logged In: users show bugs, compatibility pain that may indicate a product gap.
API Bearer Auth · <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{HTTP:Authorization} ^(.*) # Don’t know why, but some need the line below instead of the RewriteRule line # SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1] RewriteBase / RewriteRule ^index\.php$ – praise SimpleSimple: users show setup pain that may indicate a product gap.
API Bearer Auth · Simple I love how simple the plugin is. praise Perfectly simplePerfectly simple: users praise easy, quality, which suggests what competitors already do well.
API Bearer Auth · Perfectly simple The plugin is refreshingly simple in its purpose and it does it perfectly. praise Excellent pluginExcellent plugin: users praise easy, quality, which suggests what competitors already do well.
API Bearer Auth · Excellent plugin Nice and simple! praise Simply Amazing pluginSimply Amazing plugin: praise conversation with limited structured signal.
API Bearer Auth · Simply Amazing plugin Thanks for this plugin & for enhancing wordpress with more long-awaited developer tools. God bless you real good. Thanks for this plugin & for enhancing wordpress with more long-awaited developer tools. God bless you real good. praise Good workGood work: praise conversation with limited structured signal.
API Bearer Auth · Good work Thanx Thanx praise plugin adaptation to wp DBplugin adaptation to wp DB: users praise quality, which suggests what competitors already do well.
API Bearer Auth · as we know, adapt our plugin to DB structure of WP is still a best practice. mixed Debug auth headers being strippedDebug auth headers being stripped: users show bugs, compatibility pain that may indicate a product gap.
API Bearer Auth · Debug auth headers being stripped Hey, Great plugin btw, This might be common knowledge to most / available after a short google but I had a nightmare getting my local development server to stop stripping auth headers. mixed How to get current user?How to get current user?: users show setup pain that may indicate a product gap.
API Bearer Auth · I have installed the plugin and made a successful request to get access token. mixed Protecting Custom End PointsProtecting Custom End Points: users show support pain that may indicate a product gap.
API Bearer Auth · This is what I have tried so far from within my response function for one of my end points. neutral FAQ in DocumentationFAQ in Documentation: users show support, setup pain that may indicate a product gap.
API Bearer Auth · FAQ in Documentation Hi! praise Auth headerAuth header: users praise performance, quality, which suggests what competitors already do well.
API Bearer Auth · Fast fix is adding else one element to headers: $possibleAuthHeaderKeys = [‘Authorization’, ‘authorization’, ‘HTTP_AUTHORIZATION’, ‘REDIRECT_HTTP_AUTHORIZATION’]; But maybe you set all letters in headers to small, and in you array set all letters to small? praise API whitelist problemAPI whitelist problem: users praise quality, which suggests what competitors already do well.
API Bearer Auth · API whitelist problem Hello! neutral Rest request roundtripRest request roundtrip: neutral conversation with limited structured signal.
API Bearer Auth · Rest request roundtrip Prob a newbie question. I’m creating a round trip where my WordPress plugin is calling an external system using a non blocking Rest call. At some point the system needs to respond back to WordPress via a custom end point in my plugin. I think I need to create the token upon sending the request to the external system and let that system