SkinsRestorer / SkinSystem

The Minecraft SkinSystem for SkinsRestorer
MIT License
131 stars 48 forks source link

Other Auth plugin compatibility #131

Open Gabo6480 opened 1 year ago

Gabo6480 commented 1 year ago

I'd like to have the ability to set up other auth plugins for user authentication. Maybe, instead of a straight AuthMe integration, an API could be implemented so we can add compatibility with SkinSystem to other plugins.

Cyanoure commented 1 year ago

+1 I would like to integrate it into my website with my own auth plugin without changing the SkinSystem's code. For example it could have an option in the config file like "external_authentication" => true and only able to upload skin if the $_SESSION["username"] is not empty.

Cyanoure commented 1 year ago

Also, add the cache folders into the .gitignore file.