I have a java application, and would like to have an online server for offline client authentication.
Example: Client x would need to connect at least once to the server to authenticate before the client is blocked.
I would like some examples of server types I could create and how to set up the structure for it.