Mait Sarv

Results 3 comments of Mait Sarv

Tested it out, seems to be the only solution for imports atm. few issues here: 1. It does not work with the `{ [SchemaType.PROTOBUF]: { messageName: 'CustomMessage' }}` option. Tries...

It does not seem so. If I look at the login handler, then it just hashes user input and compares it to the hash in database. If salt would be...

Ahaa, yes argon2i_simple is the hashing function, but the salt there is only the server side secret salt (that is shared for all the passwords). Using only server side secret...