Comment on Ask HN: What type of Auth are you using on your side projects?parentComments−mooreds1yThis is great! I have looked at a lot of the vendors for my day job and it seems most everyone gives out password hashes.The two most popular ones that don't (just to name and shame):Amazon CognitoMicrosoft Entra ID (used to be Azure AD)They really should (though gating behind support makes sense--hashes are sensitive).
Comments
This is great! I have looked at a lot of the vendors for my day job and it seems most everyone gives out password hashes.
The two most popular ones that don't (just to name and shame):
Amazon Cognito
Microsoft Entra ID (used to be Azure AD)
They really should (though gating behind support makes sense--hashes are sensitive).