LiveCloud Forums
user authentication via hash - Printable Version

+- LiveCloud Forums (https://forums.livecloud.io)
+-- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=1)
+--- Forum: Getting Started (https://forums.livecloud.io/forumdisplay.php?fid=4)
+--- Thread: user authentication via hash (/showthread.php?tid=318)



user authentication via hash - mkakeshyft_tom - 02-10-2020

Hi Livecloud,

I'm trying to create a auto-login scheme, and i'm realizing that unless I store my user's actual password, I can't do it.

Any chance you could allow the option of submitting the hash instead of the password? ... maybe a "sending hash" parameter.

Thanks,

Tom


RE: user authentication via hash - mark_talluto - 02-10-2020

(02-10-2020, 02:22 AM)mkakeshyft_tom Wrote: Hi Livecloud,

I'm trying to create a auto-login scheme, and i'm realizing that unless I store my user's actual password, I can't do it.

Any chance you could allow the option of submitting the hash instead of the password? ... maybe a "sending hash" parameter.

Thanks,

Tom

Hi Tom,


This is a good idea. We hashed the idea and came up with a method that would work well for everyone. We have a few things that need to be done ahead of it to make this possible. The work will start today to move this direction.

-Mark


RE: user authentication via hash - mkakeshyft_tom - 02-10-2020

Great, thanks for being so flexible in this way.