Home > AI > Backend > Wordpress > REST >

Authentication

Some endpoints are public and don’t require authentication, while others do.

Method 1: Cookie Authentication

Method 2: Basic Authentication username&password

Method 3: JSON web token (JWT)

Method 4: OAuth1

Leave a Reply