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

Add type so Bedrock based installers can install the plugin with Composer #17

Closed k1sul1 closed 6 years ago

k1sul1 commented 6 years ago

First I tried to install this by just running composer require jonathan-dejong/simple-jwt-authentication, then I realized that it's not on Packagist, and added the repository as a vcs, and tried again.

The plugin installed, but it went to the /vendor/ directory instead of the wp-content/plugins folder. With this it goes to the plugins folder.

And please consider submitting this to Packagist, it takes about 5 minutes of your time :)