WCFM REST API WordPress
-
I am using WCFM multivendor marketplace and I am making custom menu for WCFM vendor, in this custom menu I am implementing WCFM REST API for creating products, I need to do basic authetication for REST API, right now I can get vendors username form database but since password is hashed I cannot use it, since I cannot use it, I need to ask it again in my custom menu, is there a way that I can get wordpress username and password from first login try, I dont want to vendor enter his wordpress password again in my custom menu for WCFM REST API.
“Authorization: Basic “. base64_encode(username:password)
The topic ‘WCFM REST API WordPress’ is closed to new replies.