Remembering user credentials in standalone Application
Posted
by
srk
on Programmers
See other posts from Programmers
or by srk
Published on 2012-12-13T17:56:59Z
Indexed on
2012/12/13
23:19 UTC
Read the original article
Hit count: 251
I'm developing a standalone application using java, I have a Login screen, wherein user enters his username and password. For each instance of the application, user have to enter his credentials. From a usability standpoint, I thought of keeping a remember me check Button. My question is, as I am not using any database, how do I persist the user details. I have some rough thoughts, storing them in a property file and retrieving. I think there may be better approaches than the one I had. Any Ideas and suggestions?
© Programmers or respective owner