Closed yannikmesserli closed 1 year ago
Why do you need two authentication providers?
Perso I don't need it, just came across this problem. However since OAuth2 and jwt achieve two different things, one could need both... e.g. jwt to login users on a js client app and OAuth2 to authenticate users on an app completely separated from wp.
If you think nobody has this need, then we can just close this ticket :-D
When both OAuth 2 for WordPress and wp-api-jwt-auth are installed, wp-api-jwt-auth's endpoints get ruled by OAuth 2 for WordPress:
Would be good that one can use both plugin at the same time.