JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Email hash for Gravatar #94

Closed vaasuu closed 10 months ago

vaasuu commented 10 months ago

Adds a DB field that is the SHA256 hash of the users current email (updates automatically in the user changes their email). That email hash is then returned in responses which contain user details. To be used for loading profile pictures.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 6917465850


Totals Coverage Status
Change from base Build 6917264537: -1.4%
Covered Lines: 613
Relevant Lines: 674

💛 - Coveralls
vaasuu commented 10 months ago

This still does not have the email hash for getAllUsers endpoint; I'm going to wait until #92 gets merged to add that.

vaasuu commented 10 months ago

This still does not have the email hash for getAllUsers endpoint; I'm going to wait until #92 gets merged to add that.

Nah, quicker to just merge that straight to this branch, than wait for it to be merged to main first. Done! ✅