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 your plugin to WordPress repository and wpackagist #27

Open guicara opened 6 years ago

guicara commented 6 years ago

Hello,

It would be great if you could add your plugin to wpackagist and to the WordPress plugins repository.

A lot of developers use Composer (and wpackagist) to install WordPress plugins.

Thanks,

Gaffen commented 6 years ago

Relevant to #6

jonathan-dejong commented 6 years ago

Hi!

I'll submit the plugin to wordpress.org I promise :) Just haven't found the time..

jonathan-dejong commented 5 years ago

Related: https://github.com/jonathan-dejong/simple-jwt-authentication/issues/46

n9yty commented 4 years ago

Please. :)

jonathan-dejong commented 4 years ago

Now I feel bad for not carving out time to do this yet .. :/ I really want to, it's just that I have so little free time right now.

I'm gonna put this in my calendar :)

Would it be an acceptable temporary solution to add a composer.json file to this repo so it can be pulled in to composer as a git repo?

Gaffen commented 4 years ago

@jonathan-dejong I think that's an acceptable temporary solution for the moment

jonathan-dejong commented 4 years ago

https://github.com/jonathan-dejong/simple-jwt-authentication/blob/master/composer.json 👍

I feel like I should do some cleanup and fixes to this plugin before attempting to send it to WordPress svn repo.. I'm not even sure it'd be accepted as they officially link to Tmeisters version.