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

Make UUID generation backwards compatible #32

Closed dixonl90 closed 5 years ago

dixonl90 commented 6 years ago

Updated the UUID generation to fallback to \Ramsey\Uuid if the wordpress version is too old to have wp_generate_uuid4.