akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
34 stars 5 forks source link

Implement Autoloader #73

Closed pfefferle closed 6 months ago

pfefferle commented 6 months ago

Maybe we should also change the oauth classes to follow the same syntax (with class- prefix and folder with capital "O").

akirk commented 6 months ago

Yes, let's do that!

akirk commented 6 months ago

I have opted to keep the directory lowercase oauth2, one reason being that you cannot use git mv to rename it on macOS since its a case insensitive filesystem and thus you'd be renaming it to itself...?

pfefferle commented 6 months ago

Perfect!