jonathan-dejong / simple-jwt-authentication

Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
GNU General Public License v3.0
87 stars 25 forks source link

Documentation / refresh token #58

Closed alexbonhomme closed 4 years ago

alexbonhomme commented 4 years ago

Hey!

First, thanks for you work :-)

I was looking for days, for a free and light solution to consume WP REST API with JWT (+ refresh) and I finally discovered this repo 🙏Unfortunately, the refresh endpoint isn't documented (because we can't PR the wiki pages). It's a shame because this is the killing feature I was looking for and I finally discovered it through PR history 😀

Related PR : https://github.com/jonathan-dejong/simple-jwt-authentication/pull/45 And forked documentation : https://github.com/qazsero/simple-jwt-authentication/wiki/Documentation

Could somebody update the wiki for futur users ? I think this could help a lot of peoples!

Thanks again! alex

jonathan-dejong commented 4 years ago

HI @alexbonhomme Thank you for the feedback and kind words!

I've updated the documentation now, you made it very easy for me by linking the PR and Docs from @qazsero :)

qazsero commented 4 years ago

I'm glad the PR was useful to you @alexbonhomme and thanks for pushing the request to add the docu to @jonathan-dejong, now I can finally close my fork