Multiple authentication strategies
-
Hi, I actually need a plugin for securing the wordpress API with JWTs and for placing our central authentication endpoint for all frontend applications we are developing. So, I came across this nice plugin, and I have a basic question: Does this plugin support multiple authentication strategies?
My problem starts with some backend integrations we need to provide to our customers, and for these frontends we are OK with JWT, though for our backends, I wouldn’t like to have a “service account” with admin access created on WordPress, and first call to retrieve the token, and then make all sequentially requests with the token on the header, I would rather simply call the wordpress API using an API Token, managed by this plugin, is that possible using this plugin?
- The topic ‘Multiple authentication strategies’ is closed to new replies.