Comment on Ask HN: How do you currently solve authentication?parentComments−rmdashrfstar6ySince you hadn’t mentioned PBKDF2 or SHA256 (or higher), a usage of salts, nor handling authentication across service boundaries in an enterprise context, this is essentially an advertisement for using a third-party service.−anonymoushn6yIf you are handling salts yourself, you should probably use something else D:
Comments
Since you hadn’t mentioned PBKDF2 or SHA256 (or higher), a usage of salts, nor handling authentication across service boundaries in an enterprise context, this is essentially an advertisement for using a third-party service.
If you are handling salts yourself, you should probably use something else D: