TKOaly / user-service

User service for TKO-äly
MIT License
4 stars 3 forks source link

Primarily use bcrypt hash #134

Closed cxcorp closed 1 year ago

cxcorp commented 1 year ago

I legitimately am not sure how this was not done yet.

This PR changes the login to primarily check the bcrypt hash instead of the old legacy hash, which will be dropped soon entirely.