Ayfri
05/30/2023, 2:49 PMgetDigestFunction
lambda ? Is it a private environment variable or just a random pre-defined word ?
• How should I use the digestFunction
function, should I only use it with a password
argument ?
• How can I use the UserHashedTableAuth
with a database ? Should I get all current users mapped as "username" to digestFunction(userPassword)
? But how can I make this efficient with large scale ?Aleksei Tirman [JB]
06/01/2023, 8:43 AMWhat type of string should I return inside theA random pre-defined data.lambda ? Is it a private environment variable or just a random pre-defined word?getDigestFunction
How should I use theYou can use this function to get the hash of a passwordfunction, should I only use it with adigestFunction
argument ?password
How can I use theI don't think you should usewith a database ? Should I get all current users mapped asUserHashedTableAuth
? But how can I make this efficient with large scale ?"username" to digestFunction(userPassword)
UserHashedTableAuth
if the hashes of passwords are stored in a database.