Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
549 stars 159 forks source link

I am trying JWT Authentication for WP-API for building an Flutter App for Wordpress . I am facing issue with login , Its working good for Administrator account but it not allows the user account to login . But for my case i need my users to login to view the content . Please help me #221

Open madhanshan0401 opened 3 years ago

madhanshan0401 commented 3 years ago

I am trying JWT Authentication for WP-API for building an Flutter App for Wordpress . I am facing issue with login , Its working good for Administrator account but it not allows the user account to login . But for my case i need my users to login to view the content . Please help me I tried to give permission through .htaccess file .

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

but no help .....

Originally posted by @madhanshan0401 in https://github.com/Tmeister/wp-api-jwt-auth/issues/1#issuecomment-868667655