Hey basically I want to release a product that's packaged as a .jar file. I want to stop people from running the application without an authentication code. How/What would be the best practice/way to go about this?
Printable View
Hey basically I want to release a product that's packaged as a .jar file. I want to stop people from running the application without an authentication code. How/What would be the best practice/way to go about this?
Hi there, I found this it may or may not be helpful, also if JAAS is used you could think of storing user info iin a database
JAAS Authentication Tutorial