How can I enforce user to use Application password to generate JWT token?
-
I am using this plugin?JWT Authentication for WP REST API?to authenticate users by Bearer token to protect my API routes. Users can generate tokens by their username and password. but I want to enforce users to use the Application password only to generate a token and if they use their login password, the token route will return an error message.
- The topic ‘How can I enforce user to use Application password to generate JWT token?’ is closed to new replies.