opensrp / opensrp-client-core

Core OpenSRP Android client library
http://smartregister.org/
Other
17 stars 41 forks source link

Encrypt with a salt the password stored on the settings table #354

Open githengi opened 5 years ago

githengi commented 5 years ago

Encrypt with a salt the password stored on the settings table

ekigamba commented 4 years ago

The password in the settings table is currently only used for authentication requests with the OpenSRP server. This will no longer be needed once Oauth is enabled on the client side by https://github.com/OpenSRP/opensrp-client-core/issues/452 issue

It therefore seems better to remove it

However, the following repositories that use the password for other server requests will be affected. Below are the repositories

Use of the following endpoints will be affected due to the client-core changes:

This issue is currently blocked by https://github.com/OpenSRP/opensrp-client-core/issues/452

Next steps: