Login a user purely with the Rest API?
-
I know we can create a user and we can update them, but can we login a user? I know we can pass params to wp-login.php, but that doesn’t return any useful info, just redirects the page which i think would make it hard to use as a custom end point, correct? And calling ‘users/me’ after the call to wp-login always returns 401, even though the login is successful. Any ideas?
- The topic ‘Login a user purely with the Rest API?’ is closed to new replies.