WP-API / authentication

The home for design & development of a core WordPress REST API authentication solution
GNU General Public License v2.0
62 stars 2 forks source link

Support "none" JWT #17

Closed TimothyBJacobs closed 4 years ago

TimothyBJacobs commented 4 years ago

Currently (#16), the JWT is required to be signed with a dummy secret of password. This is because the Firebase JWT library does not support the none signing method. We probably want to end up forking that library anyway.

TimothyBJacobs commented 4 years ago

Fixed.