I'm trying to create an client application with gluon mobile for android and desktop.
The app asks the user to input the login credentials and stores it for future logins. The login credentials are used for logging on to the serever. But I'm concerned about password protection in the client application and I could not find a solution.
What would be a possible solution to store the password secure?
The only way for login is username and password. Facebook or other authentications methods are not supported.