#690-Implement-password-hashing #721
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!721
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#690-Implement-password-hashing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementation of password-hashing
On what device?
This has been developed on an Arch-based Linux distro, and tested using dotnet tests and bruno
What has been done?
Good to know:
127.0.0.1/api/login/, 127.0.0.1/api/login/auth/SignUp, 127.0.0.1/api/login/auth/login are all POST and not GET endpoints, meaning you can't open them using a standard browser.
Issue:
#690
Review on #690
Whats done
Tested on Windows 11 using Chrome
+ Ran new PasswordHasherTests, all passed
Inspected following files
What needs to be done
Conclusion
@c24elipe Can you verify that i did not forget to import the new name of model somewhere.
@a22erigr, I have now:
It seems to work for me now.


All errors have been fixed!