usefulteam / jwt-auth

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

Feature/refresh token flow #116

Open marchrius opened 4 months ago

marchrius commented 4 months ago

Supports to REST API flow (in body or parameter) instead of cookie. The flow can be changed by hook 'jwt_auth_flow'.

rtorrente commented 3 months ago

Hello @marchrius,

Very interested by your PR, i'm facing the same issue

Is there anything missing from this MR to send it in for review? Do you need help?

marchrius commented 3 months ago

Hi @rtorrente,

the missing part is the README.md update with docs on new error codes and how to use the flow hook.