admin管理员组

文章数量:1122846

I'm using the WP REST API in combination with the Application Passwords plugin. What I would like to do is simply check to make sure a username and password combination (encoded as a base64 string) is valid, but I don't see an endpoint that would correspond to this functionality. Any ideas?

I'm using the WP REST API in combination with the Application Passwords plugin. What I would like to do is simply check to make sure a username and password combination (encoded as a base64 string) is valid, but I don't see an endpoint that would correspond to this functionality. Any ideas?

Share Improve this question asked Nov 1, 2016 at 14:31 Steed-AspreySteed-Asprey 1272 silver badges8 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Have you tried the official Basic Authentication plugin?

https://github.com/WP-API/Basic-Auth

本文标签: Check authentication credentials using WP REST API