usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
122 stars 48 forks source link

Whitelist route and method http #46

Closed cedricDevWP closed 2 years ago

cedricDevWP commented 2 years ago

Hi,

It's possible to whitelist route and method http ?

for example :

GET /users => No whitelist POST /users => Whitelist

if this is not possible, is it possible to consider implementing this feature?

Thx, Cédric

cedricDevWP commented 2 years ago

I created a pull request => #47

contactjavas commented 2 years ago

thanks @cedricDevWP , merged