Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. Troubleshooting
  5. JWT Authentication for WP REST API plugin installed

JWT Authentication for WP REST API plugin installed

In some cases, you need to install JWT Authentication for WP REST API to work with another app. For App builder plugin to work together JWT Authentication for WP REST API plugin, you need to config the same secret key

define('JWT_AUTH_SECRET_KEY', 'your-top-secret-key');

and

Was this article helpful to you? Yes 2 No 5

How can we help?