Implement simple password hashing #9

Open
antoninfo wants to merge 2 commits from antoninfo/2024-heraklion-git:hashing into main
Member

This pull request solves two issues:

  • Implements a simple password hashing
  • Fixes the issue of having the password visible in the new implementation
This pull request solves two issues: - Implements a simple password hashing - Fixes the issue of having the password visible in the new implementation
antoninfo added 2 commits 2024-08-26 14:15:16 +02:00
Owner

nice and clean, thanks!

nice and clean, thanks!
This pull request has changes conflicting with the target branch.
  • auth.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u hashing:antoninfo-hashing
git checkout antoninfo-hashing

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff antoninfo-hashing
git checkout main
git merge --ff-only antoninfo-hashing
git checkout antoninfo-hashing
git rebase main
git checkout main
git merge --no-ff antoninfo-hashing
git checkout main
git merge --squash antoninfo-hashing
git checkout main
git merge --ff-only antoninfo-hashing
git checkout main
git merge antoninfo-hashing
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ASPP/2024-heraklion-git#9
No description provided.