Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #77 password reset/recovery codes functionality #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

OlegSuperBro
Copy link
Collaborator

Closes #77
It's just functionality without frontend.
to get AND update codes (for security reasons you can't just get them) access endpoint with GET /updateRecoveryCodes to receive new codes
to reset password via code send POST request to /checkRecoveryCode with username, code, newPassword to set new password (all codes are one time use, they expire on each password change)
I added shitty way to regenerate and download file with codes on settings page (pls rewrite it really sucks)

Copy link
Owner

@ClaireRoush ClaireRoush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That so crazy, nice work, bro. I merge it in main after we fix everything in chat. Pretty nice work :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DECIDED] Password recover
2 participants