Aang23 / AuthMod

A authentication mod for recents forge servers +=1.10.2
Other
3 stars 1 forks source link

Handling fake users and other things (Encryption) #14

Closed LosTigeros closed 6 years ago

LosTigeros commented 6 years ago

You should add support for handling fake users by defining UUID of them.

For example DiscordIntegration mod defines a fake player by using UUID 828653ca-0185-43d4-b26d-620a7f016be6. You can't define there fake names because names are not static.

And I would like to see an option in config to define which commands you could execute without logging in/registering.

Shouldn't passwords be encrypted? Java contains encrypting methods (for example SHA-256).

I could make an pull request but the repo isn't updated.

Aang23 commented 6 years ago

The repo will be up-to-date in a few minutes. Sorry for my late answer... I was working on hashing passwords (disabling the /see command). All your request are being worked on and should be out soon, but unfortunately, not on Curse.

Thanks!

Aang23 commented 6 years ago

Closing. Entire rewrite coming.