SourceWriters / LoginPlus

LoginPlus is a spigot-plugin that works on version 1.8 up to the currently latest spigot-version. It is a lightweight login and register-plugin to prevent users from taking over accounts and adding a second layer of security on servers.
GNU General Public License v3.0
9 stars 5 forks source link

Maven repository #1

Open games647 opened 7 years ago

games647 commented 7 years ago

Do you have any plans to provide this plugin in a Maven repository including providing an API for this plugin?

YellowPhoenix18 commented 7 years ago

In my opinion an Maven Repository is very useless, an API will follow in next updates

YellowPhoenix18 commented 3 years ago

Hi, sorry for my response back then. We have moved that repo now to Maven, what exactly have you expected as API?

May you could list some Endpoints/Events, that you expect :)

games647 commented 3 years ago

Something like isLogged as well as force authentication methods for registration and login.

YellowPhoenix18 commented 3 years ago

Okay, what exactyl would you expect form isLogged? Something like if the login-request is logged?

And for the authentication-methods would you like a force by default or rather a event?

games647 commented 3 years ago

what exactyl would you expect form isLogged? Something like if the login-request is logged?

If a player instance is logged and returning an enum or boolean. Furthermore a isRegistered would also be helpful.

And for the authentication-methods would you like a force by default or rather a event?

I think an event would be better so it could replace the default behavior.

YellowPhoenix18 commented 3 years ago

Okey, I made this now a feature-request. I expect that we can add this in the next days :)