Code Error
Hi, I use the Traveler Theme. I installed it according to the instructions, but I always get a connection error: Status Code Error: 401 when connecting with make (integromat)base url: ./domain.com/wp-json/API Key: copied from wp-config.phpHow do I fix this? Thanks
Getting an Issue while generating a token at login time
Hi, actually I am trying to generate token at my login time using an wp_login hook but i am unable to do so, can you provide me any way to do it. Tell me whether there is any buildin function is there that I can use. add_action(‘wp_login’, function ($user_login, $user) {if (!user_can($user, ‘dokandar’)) {return;} $response = wp_remote_post(site_url(‘/wp-json/jwt-auth/v1/token’), [ ‘body’ => [ ‘username’ => $user_login, ‘password’ => ‘YOUR_DEFAULT_PASSWORD_IF_AVAILABLE’, // Not ideal, see note below ], ]); if (is_wp_error($response)) { error_log(‘Token request failed: ‘ . $response->get_error_message()); return; } $body = json_decode(wp_remote_retrieve_body($response), true); if (!empty($body[’token’])) { update_user_meta($user->ID, ‘vendor_jwt_token_key’, $body[’token’]); } else { error_log(‘JWT token missing: ‘ . json_encode($body)); } }, 10, 2); I am using this thing but thing is password can’t be accessed directly in wordpress.
Works Very well & Paid support is great
The support guy is not a non-techie, so the support was actually helpful! The plugin works great and let me really extend the user system of my WP so it can act in a auth/auth capacity for the services behind it.
Works Very well & Paid support is great
The support guy is not a non-techie, so the support was actually helpful! The plugin works great and let me really extend the user system of my WP so it can act in a auth/auth capacity for the services behind it.
Great plugin!
I’ve been using the plugin for over year, it’s very good and user friendly! At some point there was a constant message to upgrade, but that was fixed.
Upgrade message cannot be removed from my site.
Upgrade message cannot be removed from my site.
Works Very well & Paid support is great
The support guy is not a non-techie, so the support was actually helpful! The plugin works great and let me really extend the user system of my WP so it can act in a auth/auth capacity for the services behind it.
Great plugin!
I’ve been using the plugin for over year, it’s very good and user friendly! At some point there was a constant message to upgrade, but that was fixed.
Getting an Issue while generating a token at login time
Hi, actually I am trying to generate token at my login time using an wp_login hook but i am unable to do so, can you provide me any way to do it. Tell me whether there is any buildin function is there that I can use. add_action(‘wp_login’, function ($user_login, $user) {if (!user_can($user, ‘dokandar’)) {return;} $response = wp_remote_post(site_url(‘/wp-json/jwt-auth/v1/token’), [ ‘body’ => [ ‘username’ => $user_login, ‘password’ => ‘YOUR_DEFAULT_PASSWORD_IF_AVAILABLE’, // Not ideal, see note below ], ]); if (is_wp_error($response)) { error_log(‘Token request failed: ‘ . $response->get_error_message()); return; } $body = json_decode(wp_remote_retrieve_body($response), true); if (!empty($body[’token’])) { update_user_meta($user->ID, ‘vendor_jwt_token_key’, $body[’token’]); } else { error_log(‘JWT token missing: ‘ . json_encode($body)); } }, 10, 2); I am using this thing but thing is password can’t be accessed directly in wordpress.
Upgrade message cannot be removed from my site.
Upgrade message cannot be removed from my site.
Paywall
Unfortunately, this plugin is (April 2025) behind a paywall. This should be removed from the plugin directory!
Works Very well & Paid support is great
The support guy is not a non-techie, so the support was actually helpful! The plugin works great and let me really extend the user system of my WP so it can act in a auth/auth capacity for the services behind it.