[wp-trac] [WordPress Trac] #41639: Add user authentication endpoints
WordPress Trac
noreply at wordpress.org
Tue Aug 15 02:02:10 UTC 2017
#41639: Add user authentication endpoints
------------------------------------+-----------------------------
Reporter: crosescu | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 4.8.1
Severity: normal | Keywords:
Focuses: |
------------------------------------+-----------------------------
We are currently building a React-powered web app using the REST API and I
need to add user authentication.
I was looking through the wp-calypso code and I noticed that they are
using the user authentication endpoints below which is exactly what I need
for our project:
```
https://wordpress.com/wp-login.php?action=login-endpoint
https://wordpress.com/wp-login.php?action=social-login-endpoint
https://wordpress.com/wp-login.php?action=logout-endpoint
```
The above endpoints are used in [wp-calypso](https://github.com/Automattic
/wp-calypso/blob/master/client/state/login/actions.js)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41639>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list