eljara
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] REST api social login work flowI am sorry to bother you, but when the plugin is activated i get theis error every ime i try to login with
https://mywebsite.com/wp-json/jwt-auth/v1/token?username=test&password=test
[07-Feb-2020 19:37:16 UTC] PHP Fatal error: Uncaught Error: Class ‘RestApi’ not found in /home/mywebsite/wp-content/plugins/extended_nsl_jwt_social_login_rest_api/index.php:946
Stack trace:
#0 /home/ask.jaratii.com/wp-includes/class-wp-hook.php(288): {closure}(Object(WP_REST_Server))
#1 /home/16 /wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
#2 /home/16 /wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/16 /wp-includes/rest-api.php(471): do_action(‘rest_api_init’, Object(WP_REST_Server))
#4 /home/16 /wp-includes/rest-api.php(298): rest_get_server()
#5 /home/16 /wp-includes/class-wp-hook.php(288): rest_api_loaded(Object(WP))
#6 /home/16 /wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#7 /home/16 /wp-includes/plugin.php(544): WP_Hook->do_action(Array)
#8 /home/16 /wp-includes/class-wp.php(387): do_action in /home/16 /wp-content/plugins/extended_nsl_jwt_social_login_rest_api/index.php on line 946what could be the problem ?
Forum: Plugins
In reply to: [Nextend Social Login and Register] REST api social login work flowForum: Plugins
In reply to: [Nextend Social Login and Register] REST api social login work flowDid you find the answer ? i think i have the same request as you
Hi , i am using a plugin named (JWT Authentication for WP REST API) , my question is how can i login via REST API and get a valid token from the plugin using social tokens instead of username and password ?
Thank you Ramona for your great help , a lot of things are now clear for me , but i
still have a question about 3a) Access token found – Login processHow can i login user with the token ?
I am using a plugin for authentication via REST API (JWT Authentication for WP REST API) and user provide either username and password , or an access token if he is logged in before .
How can i login via REST API using social account tokens
Forum: Plugins
In reply to: [WP REST Cache] How to Clear Custom Endpoint CacheAre you still there ??
can you help me , i need to flush cache for a specific object type ( from function.php) every time a specific endpoint is called
For Gutenberg’s editor it worked ( autosave every 10 sec ) , but when i re activate Classic Editor plugin , there is no autosave in the classic editor
My settings are :
Disable revision = OFF
Limit Post Revisions = DEFAULTGutenberg autosave control = OFF
and i use Classic Editor plugin to disable Gutenberg’s
PS : i tried disabling Classic Editor plugin but no change