wp-headless / fetch

Isomorphic Wordpress API client and React hooks - super tiny, super fast.
MIT License
53 stars 3 forks source link

Middleware: JWT Auth #6

Open andrewmclagan opened 4 years ago

andrewmclagan commented 4 years ago

Authentication middleware as seperate packages would enable handy features:

https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/

JWT support would be incredibly useful

andrewmclagan commented 4 years ago

Currently progressing into a plugin implementing a full oAuth 2.0 implementation of password-grant type.

https://github.com/wp-headless/authentication

WIP