How are you determining if the user is in WordPress already and which user it is? Normally, determine_current_user is used for that but I am not seeing it in the code.
Also, do you know what Grant Types this works with ? For example does client_credentials grant type also work?
How are you determining if the user is in WordPress already and which user it is? Normally, determine_current_user is used for that but I am not seeing it in the code.
Also, do you know what Grant Types this works with ? For example does client_credentials grant type also work?
Thanks