ome / omero-gateway-java

Gradle project containing OMERO Java Client Library
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 9 forks source link

Remove password from memory after login #79

Closed dominikl closed 1 year ago

dominikl commented 1 year ago

Some improvements how password is handled in the gateway (from https://forum.image.sc/t/java-gateway-authentication-using-the-json-api/84307 ):

imagesc-bot commented 1 year ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/java-gateway-authentication-using-the-json-api/84307/2

dominikl commented 1 year ago

Due to the whole re-connection logic in the gateway it's just not possible to get rid off the password after login.