AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
617 stars 516 forks source link

Datasource: make isLogged and hasSession optional #1369

Open ljacqu opened 6 years ago

ljacqu commented 6 years ago

If I don't have a forum integration or don't want to use sessions, I shouldn't be required to have the isLogged and hasSession columns in my database.

This requires some analysis to solve elegantly since we already do a lot of "code acrobatics" for the optional salt column, and group column in MySQL. We need to come up with a concept to improve our handling of optional columns so we have maintainable code.

ljacqu commented 6 years ago

After #1539 this is now quite easy to do :)